Html Css Color HEX #ED106A Ruby

📋 copy color: '#ED106A'

red 237 ◦ green 16 ◦ blue 106

#ED106A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #ED106A

Tints of Ruby #ED106A

RGB

 RED value IS 237 (92.97% from 255) = 66.02%

 GREEN value IS 16 (6.64% from 255) = 4.46%

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 66.02%
G = 4.46%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED106A (or 0xED106A) is known color: Ruby. HEX triplet: ED, 10 and 6A. RGB value is (237,16,106). Sum of RGB (Red+Green+Blue) = 237+16+106=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED106A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED106A is #12EF95. Grayscale: #5C5C5C. Windows color (decimal): -1240982 or 6951149. OLE color: 6951149.

HSL color Cylindrical-coordinate representation of color #ED106A: hue angle of 335.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED106A is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 16 106 -
CMYK 0 0.93 0.55 0.07
HSL 335.57º 0.87% 0.5% -
HSV(B) 335.57º 0.93% 0.93% -
XYZ 37.71 19.42 15.4 -
YUV 92.34 135.72 231.18 -
System Red Green Blue C M Y K H S L
Decimal 237 16 106 0 0.93 0.55 0.07 335.57 0.87 0.5
Hex ED 10 6A 0 5D 37 7 150 57 32
Octal 355 20 152 0 135 67 7 520 127 62
Binary 11101101 10000 1101010 0 1011101 110111 111 101010000 1010111 110010

Color Harmonies of #ED106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED106A

Black with #ED106A

Text Example


Text Example

White with #ED106A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED106A; }

 p { color: rgb(237,16,106); }

 H1.HeaderClassName
 {
   color: #ED106A;
 }
 .AnyTagClassName
 {
   color: #ED106A;
 }
</style>

background-color css

<style>
 a { background-color: #ED106A; }

 a { background-color: rgb(237,16,106); }

 div.DivClassName
 {
   background-color: #ED106A;
 }
 .BgClassName
 {
   background-color: #ED106A;
 }
</style>

border-color css

<style>
 span { border-color: #ED106A; }

 span { border-color: rgb(237,16,106); }

 td.TdClassName
 {
   border-color: #ED106A;
 }
 .TagClassName
 {
   border-color: #ED106A;
 }
</style>