Html Css Color HEX #E52E6A Cerise

📋 copy color: '#E52E6A'

red 229 ◦ green 46 ◦ blue 106

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

Shades of Cerise #E52E6A

Tints of Cerise #E52E6A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.07%

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

R = 60.1%
G = 12.07%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E52E6A (or 0xE52E6A) is known color: Cerise. HEX triplet: E5, 2E and 6A. RGB value is (229,46,106). Sum of RGB (Red+Green+Blue) = 229+46+106=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52E6A is #1AD195. Grayscale: #6B6B6B. Windows color (decimal): -1757590 or 6958821. OLE color: 6958821.

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

Color convert

RGB 229 46 106 -
CMYK 0 0.80 0.54 0.10
HSL 340.33º 0.78% 0.54% -
HSV(B) 340.33º 0.8% 0.9% -
XYZ 35.89 19.65 15.54 -
YUV 107.56 127.13 214.62 -
System Red Green Blue C M Y K H S L
Decimal 229 46 106 0 0.80 0.54 0.10 340.33 0.78 0.54
Hex E5 2E 6A 0 50 36 A 154 4E 36
Octal 345 56 152 0 120 66 12 524 116 66
Binary 11100101 101110 1101010 0 1010000 110110 1010 101010100 1001110 110110

Color Harmonies of #E52E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52E6A

Black with #E52E6A

Text Example


Text Example

White with #E52E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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