Html Css Color HEX #E52B6D Cerise

📋 copy color: '#E52B6D'

red 229 ◦ green 43 ◦ blue 109

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

Shades of Cerise #E52B6D

Tints of Cerise #E52B6D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.29%

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

R = 60.1%
G = 11.29%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E52B6D (or 0xE52B6D) is known color: Cerise. HEX triplet: E5, 2B and 6D. RGB value is (229,43,109). Sum of RGB (Red+Green+Blue) = 229+43+109=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B6D is #1AD492. Grayscale: #6A6A6A. Windows color (decimal): -1758355 or 7154661. OLE color: 7154661.

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

Color convert

RGB 229 43 109 -
CMYK 0 0.81 0.52 0.10
HSL 338.71º 0.78% 0.53% -
HSV(B) 338.71º 0.81% 0.9% -
XYZ 35.94 19.49 16.34 -
YUV 106.14 129.62 215.63 -
System Red Green Blue C M Y K H S L
Decimal 229 43 109 0 0.81 0.52 0.10 338.71 0.78 0.53
Hex E5 2B 6D 0 51 34 A 153 4E 35
Octal 345 53 155 0 121 64 12 523 116 65
Binary 11100101 101011 1101101 0 1010001 110100 1010 101010011 1001110 110101

Color Harmonies of #E52B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52B6D

Black with #E52B6D

Text Example


Text Example

White with #E52B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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