Html Css Color HEX #E52A74 Cerise

📋 copy color: '#E52A74'

red 229 ◦ green 42 ◦ blue 116

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

Shades of Cerise #E52A74

Tints of Cerise #E52A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 59.17%
G = 10.85%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E52A74 (or 0xE52A74) is known color: Cerise. HEX triplet: E5, 2A and 74. RGB value is (229,42,116). Sum of RGB (Red+Green+Blue) = 229+42+116=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A74 is #1AD58B. Grayscale: #6A6A6A. Windows color (decimal): -1758604 or 7613157. OLE color: 7613157.

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

Color convert

RGB 229 42 116 -
CMYK 0 0.82 0.49 0.10
HSL 336.26º 0.78% 0.53% -
HSV(B) 336.26º 0.82% 0.9% -
XYZ 36.29 19.57 18.39 -
YUV 106.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 229 42 116 0 0.82 0.49 0.10 336.26 0.78 0.53
Hex E5 2A 74 0 52 31 A 150 4E 35
Octal 345 52 164 0 122 61 12 520 116 65
Binary 11100101 101010 1110100 0 1010010 110001 1010 101010000 1001110 110101

Color Harmonies of #E52A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A74

Black with #E52A74

Text Example


Text Example

White with #E52A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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