Html Css Color HEX #E52475 Cerise

📋 copy color: '#E52475'

red 229 ◦ green 36 ◦ blue 117

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

Shades of Cerise #E52475

Tints of Cerise #E52475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.42%

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 59.95%
G = 9.42%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E52475 (or 0xE52475) is known color: Cerise. HEX triplet: E5, 24 and 75. RGB value is (229,36,117). Sum of RGB (Red+Green+Blue) = 229+36+117=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E52475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52475 is #1ADB8A. Grayscale: #666666. Windows color (decimal): -1760139 or 7677157. OLE color: 7677157.

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

Color convert

RGB 229 36 117 -
CMYK 0 0.84 0.49 0.10
HSL 334.82º 0.79% 0.52% -
HSV(B) 334.82º 0.84% 0.9% -
XYZ 36.15 19.2 18.63 -
YUV 102.94 135.94 217.91 -
System Red Green Blue C M Y K H S L
Decimal 229 36 117 0 0.84 0.49 0.10 334.82 0.79 0.52
Hex E5 24 75 0 54 31 A 14F 4F 34
Octal 345 44 165 0 124 61 12 517 117 64
Binary 11100101 100100 1110101 0 1010100 110001 1010 101001111 1001111 110100

Color Harmonies of #E52475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52475

Black with #E52475

Text Example


Text Example

White with #E52475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52475; }

 p { color: rgb(229,36,117); }

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

background-color css

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

 a { background-color: rgb(229,36,117); }

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

border-color css

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

 span { border-color: rgb(229,36,117); }

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