Html Css Color HEX #EA0C71 Ruby

📋 copy color: '#EA0C71'

red 234 ◦ green 12 ◦ blue 113

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

Shades of Ruby #EA0C71

Tints of Ruby #EA0C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.34%

 BLUE value IS 113 (44.53% from 255) = 31.48%

R = 65.18%
G = 3.34%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA0C71 (or 0xEA0C71) is known color: Ruby. HEX triplet: EA, 0C and 71. RGB value is (234,12,113). Sum of RGB (Red+Green+Blue) = 234+12+113=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0C71 is #15F38E. Grayscale: #595959. Windows color (decimal): -1438607 or 7408874. OLE color: 7408874.

HSL color Cylindrical-coordinate representation of color #EA0C71: hue angle of 332.7º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0C71 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 12 113 -
CMYK 0 0.95 0.52 0.08
HSL 332.7º 0.9% 0.48% -
HSV(B) 332.7º 0.95% 0.92% -
XYZ 37.04 18.95 17.33 -
YUV 89.89 141.05 230.79 -
System Red Green Blue C M Y K H S L
Decimal 234 12 113 0 0.95 0.52 0.08 332.7 0.9 0.48
Hex EA C 71 0 5F 34 8 14D 5A 30
Octal 352 14 161 0 137 64 10 515 132 60
Binary 11101010 1100 1110001 0 1011111 110100 1000 101001101 1011010 110000

Color Harmonies of #EA0C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0C71

Black with #EA0C71

Text Example


Text Example

White with #EA0C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0C71; }

 p { color: rgb(234,12,113); }

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

background-color css

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

 a { background-color: rgb(234,12,113); }

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

border-color css

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

 span { border-color: rgb(234,12,113); }

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