Html Css Color HEX #EA2070 Ruby

📋 copy color: '#EA2070'

red 234 ◦ green 32 ◦ blue 112

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

Shades of Ruby #EA2070

Tints of Ruby #EA2070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.47%

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

R = 61.9%
G = 8.47%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA2070 (or 0xEA2070) is known color: Ruby. HEX triplet: EA, 20 and 70. RGB value is (234,32,112). Sum of RGB (Red+Green+Blue) = 234+32+112=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2070 is #15DF8F. Grayscale: #656565. Windows color (decimal): -1433488 or 7348458. OLE color: 7348458.

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

Color convert

RGB 234 32 112 -
CMYK 0 0.86 0.52 0.08
HSL 336.24º 0.83% 0.52% -
HSV(B) 336.24º 0.86% 0.92% -
XYZ 37.37 19.7 17.16 -
YUV 101.52 133.92 222.5 -
System Red Green Blue C M Y K H S L
Decimal 234 32 112 0 0.86 0.52 0.08 336.24 0.83 0.52
Hex EA 20 70 0 56 34 8 150 53 34
Octal 352 40 160 0 126 64 10 520 123 64
Binary 11101010 100000 1110000 0 1010110 110100 1000 101010000 1010011 110100

Color Harmonies of #EA2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2070

Black with #EA2070

Text Example


Text Example

White with #EA2070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2070; }

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

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

background-color css

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

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

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

border-color css

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

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

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