Html Css Color HEX #E52063 Ruby

📋 copy color: '#E52063'

red 229 ◦ green 32 ◦ blue 99

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

Shades of Ruby #E52063

Tints of Ruby #E52063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 63.61%
G = 8.89%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E52063 (or 0xE52063) is known color: Ruby. HEX triplet: E5, 20 and 63. RGB value is (229,32,99). Sum of RGB (Red+Green+Blue) = 229+32+99=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E52063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52063 is #1ADF9C. Grayscale: #626262. Windows color (decimal): -1761181 or 6496485. OLE color: 6496485.

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

Color convert

RGB 229 32 99 -
CMYK 0 0.86 0.57 0.10
HSL 339.59º 0.79% 0.51% -
HSV(B) 339.59º 0.86% 0.9% -
XYZ 35.08 18.59 13.54 -
YUV 98.54 128.27 221.05 -
System Red Green Blue C M Y K H S L
Decimal 229 32 99 0 0.86 0.57 0.10 339.59 0.79 0.51
Hex E5 20 63 0 56 39 A 154 4F 33
Octal 345 40 143 0 126 71 12 524 117 63
Binary 11100101 100000 1100011 0 1010110 111001 1010 101010100 1001111 110011

Color Harmonies of #E52063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52063

Black with #E52063

Text Example


Text Example

White with #E52063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52063; }

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

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

background-color css

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

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

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

border-color css

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

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

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