Html Css Color HEX #EA0A70 Ruby

📋 copy color: '#EA0A70'

red 234 ◦ green 10 ◦ blue 112

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

Shades of Ruby #EA0A70

Tints of Ruby #EA0A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.81%

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

R = 65.73%
G = 2.81%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA0A70 (or 0xEA0A70) is known color: Ruby. HEX triplet: EA, 0A and 70. RGB value is (234,10,112). Sum of RGB (Red+Green+Blue) = 234+10+112=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0A70 is #15F58F. Grayscale: #585858. Windows color (decimal): -1439120 or 7342826. OLE color: 7342826.

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

Color convert

RGB 234 10 112 -
CMYK 0 0.96 0.52 0.08
HSL 332.68º 0.92% 0.48% -
HSV(B) 332.68º 0.96% 0.92% -
XYZ 36.96 18.88 17.03 -
YUV 88.6 141.21 231.71 -
System Red Green Blue C M Y K H S L
Decimal 234 10 112 0 0.96 0.52 0.08 332.68 0.92 0.48
Hex EA A 70 0 60 34 8 14D 5C 30
Octal 352 12 160 0 140 64 10 515 134 60
Binary 11101010 1010 1110000 0 1100000 110100 1000 101001101 1011100 110000

Color Harmonies of #EA0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A70

Black with #EA0A70

Text Example


Text Example

White with #EA0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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