Html Css Color HEX #E52073 Ruby

📋 copy color: '#E52073'

red 229 ◦ green 32 ◦ blue 115

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

Shades of Ruby #E52073

Tints of Ruby #E52073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 60.9%
G = 8.51%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E52073 (or 0xE52073) is known color: Ruby. HEX triplet: E5, 20 and 73. RGB value is (229,32,115). Sum of RGB (Red+Green+Blue) = 229+32+115=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E52073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52073 is #1ADF8C. Grayscale: #646464. Windows color (decimal): -1761165 or 7545061. OLE color: 7545061.

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

Color convert

RGB 229 32 115 -
CMYK 0 0.86 0.50 0.10
HSL 334.72º 0.79% 0.51% -
HSV(B) 334.72º 0.86% 0.9% -
XYZ 35.92 18.93 17.98 -
YUV 100.37 136.27 219.75 -
System Red Green Blue C M Y K H S L
Decimal 229 32 115 0 0.86 0.50 0.10 334.72 0.79 0.51
Hex E5 20 73 0 56 32 A 14F 4F 33
Octal 345 40 163 0 126 62 12 517 117 63
Binary 11100101 100000 1110011 0 1010110 110010 1010 101001111 1001111 110011

Color Harmonies of #E52073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52073

Black with #E52073

Text Example


Text Example

White with #E52073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52073; }

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

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

background-color css

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

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

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

border-color css

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

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

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