Html Css Color HEX #E52A64 Cerise

📋 copy color: '#E52A64'

red 229 ◦ green 42 ◦ blue 100

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

Shades of Cerise #E52A64

Tints of Cerise #E52A64

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.32%

 BLUE value IS 100 (39.45% from 255) = 26.95%

R = 61.73%
G = 11.32%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E52A64 (or 0xE52A64) is known color: Cerise. HEX triplet: E5, 2A and 64. RGB value is (229,42,100). Sum of RGB (Red+Green+Blue) = 229+42+100=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A64 is #1AD59B. Grayscale: #686868. Windows color (decimal): -1758620 or 6564581. OLE color: 6564581.

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

Color convert

RGB 229 42 100 -
CMYK 0 0.82 0.56 0.10
HSL 341.39º 0.78% 0.53% -
HSV(B) 341.39º 0.82% 0.9% -
XYZ 35.44 19.23 13.9 -
YUV 104.53 125.45 216.78 -
System Red Green Blue C M Y K H S L
Decimal 229 42 100 0 0.82 0.56 0.10 341.39 0.78 0.53
Hex E5 2A 64 0 52 38 A 155 4E 35
Octal 345 52 144 0 122 70 12 525 116 65
Binary 11100101 101010 1100100 0 1010010 111000 1010 101010101 1001110 110101

Color Harmonies of #E52A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A64

Black with #E52A64

Text Example


Text Example

White with #E52A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A64; }

 p { color: rgb(229,42,100); }

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

background-color css

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

 a { background-color: rgb(229,42,100); }

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

border-color css

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

 span { border-color: rgb(229,42,100); }

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