Html Css Color HEX #E52067 Ruby

📋 copy color: '#E52067'

red 229 ◦ green 32 ◦ blue 103

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

Shades of Ruby #E52067

Tints of Ruby #E52067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.3%

R = 62.91%
G = 8.79%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E52067 (or 0xE52067) is known color: Ruby. HEX triplet: E5, 20 and 67. RGB value is (229,32,103). Sum of RGB (Red+Green+Blue) = 229+32+103=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E52067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52067 is #1ADF98. Grayscale: #626262. Windows color (decimal): -1761177 or 6758629. OLE color: 6758629.

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

Color convert

RGB 229 32 103 -
CMYK 0 0.86 0.55 0.10
HSL 338.38º 0.79% 0.51% -
HSV(B) 338.38º 0.86% 0.9% -
XYZ 35.28 18.67 14.58 -
YUV 99 130.27 220.73 -
System Red Green Blue C M Y K H S L
Decimal 229 32 103 0 0.86 0.55 0.10 338.38 0.79 0.51
Hex E5 20 67 0 56 37 A 152 4F 33
Octal 345 40 147 0 126 67 12 522 117 63
Binary 11100101 100000 1100111 0 1010110 110111 1010 101010010 1001111 110011

Color Harmonies of #E52067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52067

Black with #E52067

Text Example


Text Example

White with #E52067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52067; }

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

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

background-color css

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

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

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

border-color css

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

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

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