Html Css Color HEX #E52D6D Cerise

📋 copy color: '#E52D6D'

red 229 ◦ green 45 ◦ blue 109

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

Shades of Cerise #E52D6D

Tints of Cerise #E52D6D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.75%

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 59.79%
G = 11.75%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E52D6D (or 0xE52D6D) is known color: Cerise. HEX triplet: E5, 2D and 6D. RGB value is (229,45,109). Sum of RGB (Red+Green+Blue) = 229+45+109=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52D6D is #1AD292. Grayscale: #6B6B6B. Windows color (decimal): -1757843 or 7155173. OLE color: 7155173.

HSL color Cylindrical-coordinate representation of color #E52D6D: hue angle of 339.13º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52D6D is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 45 109 -
CMYK 0 0.80 0.52 0.10
HSL 339.13º 0.78% 0.54% -
HSV(B) 339.13º 0.8% 0.9% -
XYZ 36.01 19.64 16.36 -
YUV 107.31 128.96 214.8 -
System Red Green Blue C M Y K H S L
Decimal 229 45 109 0 0.80 0.52 0.10 339.13 0.78 0.54
Hex E5 2D 6D 0 50 34 A 153 4E 36
Octal 345 55 155 0 120 64 12 523 116 66
Binary 11100101 101101 1101101 0 1010000 110100 1010 101010011 1001110 110110

Color Harmonies of #E52D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D6D

Black with #E52D6D

Text Example


Text Example

White with #E52D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D6D; }

 p { color: rgb(229,45,109); }

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

background-color css

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

 a { background-color: rgb(229,45,109); }

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

border-color css

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

 span { border-color: rgb(229,45,109); }

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