Html Css Color HEX #EA116E Ruby

📋 copy color: '#EA116E'

red 234 ◦ green 17 ◦ blue 110

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

Shades of Ruby #EA116E

Tints of Ruby #EA116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.71%

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

R = 64.82%
G = 4.71%
B = 30.47%

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

#EA116E (or 0xEA116E) is known color: Ruby. HEX triplet: EA, 11 and 6E. RGB value is (234,17,110). Sum of RGB (Red+Green+Blue) = 234+17+110=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA116E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA116E is #15EE91. Grayscale: #5C5C5C. Windows color (decimal): -1437330 or 7213546. OLE color: 7213546.

HSL color Cylindrical-coordinate representation of color #EA116E: hue angle of 334.29º degrees, saturation: 0.86, 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 #EA116E is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 17 110 -
CMYK 0 0.93 0.53 0.08
HSL 334.29º 0.86% 0.49% -
HSV(B) 334.29º 0.93% 0.92% -
XYZ 36.95 19.02 16.48 -
YUV 92.49 137.89 228.94 -
System Red Green Blue C M Y K H S L
Decimal 234 17 110 0 0.93 0.53 0.08 334.29 0.86 0.49
Hex EA 11 6E 0 5D 35 8 14E 56 31
Octal 352 21 156 0 135 65 10 516 126 61
Binary 11101010 10001 1101110 0 1011101 110101 1000 101001110 1010110 110001

Color Harmonies of #EA116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA116E

Black with #EA116E

Text Example


Text Example

White with #EA116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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