Html Css Color HEX #E52C6A Cerise

📋 copy color: '#E52C6A'

red 229 ◦ green 44 ◦ blue 106

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

Shades of Cerise #E52C6A

Tints of Cerise #E52C6A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.61%

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 60.42%
G = 11.61%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E52C6A (or 0xE52C6A) is known color: Cerise. HEX triplet: E5, 2C and 6A. RGB value is (229,44,106). Sum of RGB (Red+Green+Blue) = 229+44+106=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52C6A is #1AD395. Grayscale: #6A6A6A. Windows color (decimal): -1758102 or 6958309. OLE color: 6958309.

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

Color convert

RGB 229 44 106 -
CMYK 0 0.81 0.54 0.10
HSL 339.89º 0.78% 0.54% -
HSV(B) 339.89º 0.81% 0.9% -
XYZ 35.82 19.5 15.51 -
YUV 106.38 127.79 215.46 -
System Red Green Blue C M Y K H S L
Decimal 229 44 106 0 0.81 0.54 0.10 339.89 0.78 0.54
Hex E5 2C 6A 0 51 36 A 154 4E 36
Octal 345 54 152 0 121 66 12 524 116 66
Binary 11100101 101100 1101010 0 1010001 110110 1010 101010100 1001110 110110

Color Harmonies of #E52C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C6A

Black with #E52C6A

Text Example


Text Example

White with #E52C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C6A; }

 p { color: rgb(229,44,106); }

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

background-color css

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

 a { background-color: rgb(229,44,106); }

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

border-color css

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

 span { border-color: rgb(229,44,106); }

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