Html Css Color HEX #E52D62 Cerise

📋 copy color: '#E52D62'

red 229 ◦ green 45 ◦ blue 98

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

Shades of Cerise #E52D62

Tints of Cerise #E52D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.34%

R = 61.56%
G = 12.1%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E52D62 (or 0xE52D62) is known color: Cerise. HEX triplet: E5, 2D and 62. RGB value is (229,45,98). Sum of RGB (Red+Green+Blue) = 229+45+98=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52D62 is #1AD29D. Grayscale: #6A6A6A. Windows color (decimal): -1757854 or 6434277. OLE color: 6434277.

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

Color convert

RGB 229 45 98 -
CMYK 0 0.80 0.57 0.10
HSL 342.72º 0.78% 0.54% -
HSV(B) 342.72º 0.8% 0.9% -
XYZ 35.46 19.42 13.43 -
YUV 106.06 123.46 215.69 -
System Red Green Blue C M Y K H S L
Decimal 229 45 98 0 0.80 0.57 0.10 342.72 0.78 0.54
Hex E5 2D 62 0 50 39 A 157 4E 36
Octal 345 55 142 0 120 71 12 527 116 66
Binary 11100101 101101 1100010 0 1010000 111001 1010 101010111 1001110 110110

Color Harmonies of #E52D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D62

Black with #E52D62

Text Example


Text Example

White with #E52D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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