Html Css Color HEX #EA0F70 Ruby

📋 copy color: '#EA0F70'

red 234 ◦ green 15 ◦ blue 112

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

Shades of Ruby #EA0F70

Tints of Ruby #EA0F70

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.16%

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

R = 64.82%
G = 4.16%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA0F70 (or 0xEA0F70) is known color: Ruby. HEX triplet: EA, 0F and 70. RGB value is (234,15,112). Sum of RGB (Red+Green+Blue) = 234+15+112=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0F70 is #15F08F. Grayscale: #5B5B5B. Windows color (decimal): -1437840 or 7344106. OLE color: 7344106.

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

Color convert

RGB 234 15 112 -
CMYK 0 0.94 0.52 0.08
HSL 333.42º 0.88% 0.49% -
HSV(B) 333.42º 0.94% 0.92% -
XYZ 37.03 19 17.05 -
YUV 91.54 139.55 229.61 -
System Red Green Blue C M Y K H S L
Decimal 234 15 112 0 0.94 0.52 0.08 333.42 0.88 0.49
Hex EA F 70 0 5E 34 8 14D 58 31
Octal 352 17 160 0 136 64 10 515 130 61
Binary 11101010 1111 1110000 0 1011110 110100 1000 101001101 1011000 110001

Color Harmonies of #EA0F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0F70

Black with #EA0F70

Text Example


Text Example

White with #EA0F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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