Html Css Color HEX #E52F69 Cerise

📋 copy color: '#E52F69'

red 229 ◦ green 47 ◦ blue 105

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

Shades of Cerise #E52F69

Tints of Cerise #E52F69

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.34%

 BLUE value IS 105 (41.41% from 255) = 27.56%

R = 60.1%
G = 12.34%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E52F69 (or 0xE52F69) is known color: Cerise. HEX triplet: E5, 2F and 69. RGB value is (229,47,105). Sum of RGB (Red+Green+Blue) = 229+47+105=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52F69 is #1AD096. Grayscale: #6B6B6B. Windows color (decimal): -1757335 or 6893541. OLE color: 6893541.

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

Color convert

RGB 229 47 105 -
CMYK 0 0.79 0.54 0.10
HSL 340.88º 0.78% 0.54% -
HSV(B) 340.88º 0.79% 0.9% -
XYZ 35.88 19.71 15.28 -
YUV 108.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 229 47 105 0 0.79 0.54 0.10 340.88 0.78 0.54
Hex E5 2F 69 0 4F 36 A 155 4E 36
Octal 345 57 151 0 117 66 12 525 116 66
Binary 11100101 101111 1101001 0 1001111 110110 1010 101010101 1001110 110110

Color Harmonies of #E52F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52F69

Black with #E52F69

Text Example


Text Example

White with #E52F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52F69; }

 p { color: rgb(229,47,105); }

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

background-color css

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

 a { background-color: rgb(229,47,105); }

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

border-color css

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

 span { border-color: rgb(229,47,105); }

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