Html Css Color HEX #EA106E Ruby

📋 copy color: '#EA106E'

red 234 ◦ green 16 ◦ blue 110

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

Shades of Ruby #EA106E

Tints of Ruby #EA106E

RGB

 RED value IS 234 (91.8% from 255) = 65%

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

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 65%
G = 4.44%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA106E (or 0xEA106E) is known color: Ruby. HEX triplet: EA, 10 and 6E. RGB value is (234,16,110). Sum of RGB (Red+Green+Blue) = 234+16+110=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA106E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA106E is #15EF91. Grayscale: #5B5B5B. Windows color (decimal): -1437586 or 7213290. OLE color: 7213290.

HSL color Cylindrical-coordinate representation of color #EA106E: hue angle of 334.13º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA106E is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 16 110 -
CMYK 0 0.93 0.53 0.08
HSL 334.13º 0.87% 0.49% -
HSV(B) 334.13º 0.93% 0.92% -
XYZ 36.93 18.99 16.47 -
YUV 91.9 138.22 229.36 -
System Red Green Blue C M Y K H S L
Decimal 234 16 110 0 0.93 0.53 0.08 334.13 0.87 0.49
Hex EA 10 6E 0 5D 35 8 14E 57 31
Octal 352 20 156 0 135 65 10 516 127 61
Binary 11101010 10000 1101110 0 1011101 110101 1000 101001110 1010111 110001

Color Harmonies of #EA106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA106E

Black with #EA106E

Text Example


Text Example

White with #EA106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA106E; }

 p { color: rgb(234,16,110); }

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

background-color css

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

 a { background-color: rgb(234,16,110); }

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

border-color css

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

 span { border-color: rgb(234,16,110); }

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