Html Css Color HEX #EA0E72 Ruby

📋 copy color: '#EA0E72'

red 234 ◦ green 14 ◦ blue 114

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

Shades of Ruby #EA0E72

Tints of Ruby #EA0E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.87%

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 64.64%
G = 3.87%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA0E72 (or 0xEA0E72) is known color: Ruby. HEX triplet: EA, 0E and 72. RGB value is (234,14,114). Sum of RGB (Red+Green+Blue) = 234+14+114=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0E72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0E72 is #15F18D. Grayscale: #5B5B5B. Windows color (decimal): -1438094 or 7474922. OLE color: 7474922.

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

Color convert

RGB 234 14 114 -
CMYK 0 0.94 0.51 0.08
HSL 332.73º 0.89% 0.49% -
HSV(B) 332.73º 0.94% 0.92% -
XYZ 37.13 19.02 17.63 -
YUV 91.18 140.89 229.87 -
System Red Green Blue C M Y K H S L
Decimal 234 14 114 0 0.94 0.51 0.08 332.73 0.89 0.49
Hex EA E 72 0 5E 33 8 14D 59 31
Octal 352 16 162 0 136 63 10 515 131 61
Binary 11101010 1110 1110010 0 1011110 110011 1000 101001101 1011001 110001

Color Harmonies of #EA0E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0E72

Black with #EA0E72

Text Example


Text Example

White with #EA0E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0E72; }

 p { color: rgb(234,14,114); }

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

background-color css

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

 a { background-color: rgb(234,14,114); }

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

border-color css

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

 span { border-color: rgb(234,14,114); }

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