Html Css Color HEX #EA1170 Ruby

📋 copy color: '#EA1170'

red 234 ◦ green 17 ◦ blue 112

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

Shades of Ruby #EA1170

Tints of Ruby #EA1170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 64.46%
G = 4.68%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA1170 (or 0xEA1170) is known color: Ruby. HEX triplet: EA, 11 and 70. RGB value is (234,17,112). Sum of RGB (Red+Green+Blue) = 234+17+112=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1170 is #15EE8F. Grayscale: #5C5C5C. Windows color (decimal): -1437328 or 7344618. OLE color: 7344618.

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

Color convert

RGB 234 17 112 -
CMYK 0 0.93 0.52 0.08
HSL 333.73º 0.86% 0.49% -
HSV(B) 333.73º 0.93% 0.92% -
XYZ 37.06 19.06 17.06 -
YUV 92.71 138.89 228.78 -
System Red Green Blue C M Y K H S L
Decimal 234 17 112 0 0.93 0.52 0.08 333.73 0.86 0.49
Hex EA 11 70 0 5D 34 8 14E 56 31
Octal 352 21 160 0 135 64 10 516 126 61
Binary 11101010 10001 1110000 0 1011101 110100 1000 101001110 1010110 110001

Color Harmonies of #EA1170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1170

Black with #EA1170

Text Example


Text Example

White with #EA1170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1170; }

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

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

background-color css

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

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

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

border-color css

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

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

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