Html Css Color HEX #E52D6B Cerise

📋 copy color: '#E52D6B'

red 229 ◦ green 45 ◦ blue 107

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

Shades of Cerise #E52D6B

Tints of Cerise #E52D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 60.1%
G = 11.81%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E52D6B (or 0xE52D6B) is known color: Cerise. HEX triplet: E5, 2D and 6B. RGB value is (229,45,107). Sum of RGB (Red+Green+Blue) = 229+45+107=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52D6B is #1AD294. Grayscale: #6B6B6B. Windows color (decimal): -1757845 or 7024101. OLE color: 7024101.

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

Color convert

RGB 229 45 107 -
CMYK 0 0.80 0.53 0.10
HSL 339.78º 0.78% 0.54% -
HSV(B) 339.78º 0.8% 0.9% -
XYZ 35.91 19.6 15.8 -
YUV 107.08 127.96 214.96 -
System Red Green Blue C M Y K H S L
Decimal 229 45 107 0 0.80 0.53 0.10 339.78 0.78 0.54
Hex E5 2D 6B 0 50 35 A 154 4E 36
Octal 345 55 153 0 120 65 12 524 116 66
Binary 11100101 101101 1101011 0 1010000 110101 1010 101010100 1001110 110110

Color Harmonies of #E52D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D6B

Black with #E52D6B

Text Example


Text Example

White with #E52D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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