Html Css Color HEX #E52070 Ruby

📋 copy color: '#E52070'

red 229 ◦ green 32 ◦ blue 112

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

Shades of Ruby #E52070

Tints of Ruby #E52070

RGB

 RED value IS 229 (89.84% from 255) = 61.39%

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

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

R = 61.39%
G = 8.58%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E52070 (or 0xE52070) is known color: Ruby. HEX triplet: E5, 20 and 70. RGB value is (229,32,112). Sum of RGB (Red+Green+Blue) = 229+32+112=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E52070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52070 is #1ADF8F. Grayscale: #636363. Windows color (decimal): -1761168 or 7348453. OLE color: 7348453.

HSL color Cylindrical-coordinate representation of color #E52070: hue angle of 335.63º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52070 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 112 -
CMYK 0 0.86 0.51 0.10
HSL 335.63º 0.79% 0.51% -
HSV(B) 335.63º 0.86% 0.9% -
XYZ 35.75 18.86 17.09 -
YUV 100.02 134.77 220 -
System Red Green Blue C M Y K H S L
Decimal 229 32 112 0 0.86 0.51 0.10 335.63 0.79 0.51
Hex E5 20 70 0 56 33 A 150 4F 33
Octal 345 40 160 0 126 63 12 520 117 63
Binary 11100101 100000 1110000 0 1010110 110011 1010 101010000 1001111 110011

Color Harmonies of #E52070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52070

Black with #E52070

Text Example


Text Example

White with #E52070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52070; }

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

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

background-color css

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

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

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

border-color css

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

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

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