Html Css Color HEX #E52071 Ruby

📋 copy color: '#E52071'

red 229 ◦ green 32 ◦ blue 113

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

Shades of Ruby #E52071

Tints of Ruby #E52071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 61.23%
G = 8.56%
B = 30.21%

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

#E52071 (or 0xE52071) is known color: Ruby. HEX triplet: E5, 20 and 71. RGB value is (229,32,113). Sum of RGB (Red+Green+Blue) = 229+32+113=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E52071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52071 is #1ADF8E. Grayscale: #646464. Windows color (decimal): -1761167 or 7413989. OLE color: 7413989.

HSL color Cylindrical-coordinate representation of color #E52071: hue angle of 335.33º 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 #E52071 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 113 -
CMYK 0 0.86 0.51 0.10
HSL 335.33º 0.79% 0.51% -
HSV(B) 335.33º 0.86% 0.9% -
XYZ 35.81 18.88 17.38 -
YUV 100.14 135.27 219.91 -
System Red Green Blue C M Y K H S L
Decimal 229 32 113 0 0.86 0.51 0.10 335.33 0.79 0.51
Hex E5 20 71 0 56 33 A 14F 4F 33
Octal 345 40 161 0 126 63 12 517 117 63
Binary 11100101 100000 1110001 0 1010110 110011 1010 101001111 1001111 110011

Color Harmonies of #E52071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52071

Black with #E52071

Text Example


Text Example

White with #E52071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52071; }

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

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

background-color css

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

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

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

border-color css

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

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

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