Html Css Color HEX #E52C7F Deep Cerise

📋 copy color: '#E52C7F'

red 229 ◦ green 44 ◦ blue 127

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

Shades of Deep Cerise #E52C7F

Tints of Deep Cerise #E52C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11%

 BLUE value IS 127 (50% from 255) = 31.75%

R = 57.25%
G = 11%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E52C7F (or 0xE52C7F) is known color: Deep Cerise. HEX triplet: E5, 2C and 7F. RGB value is (229,44,127). Sum of RGB (Red+Green+Blue) = 229+44+127=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52C7F is #1AD380. Grayscale: #6C6C6C. Windows color (decimal): -1758081 or 8334565. OLE color: 8334565.

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

Color convert

RGB 229 44 127 -
CMYK 0 0.81 0.45 0.10
HSL 333.08º 0.78% 0.54% -
HSV(B) 333.08º 0.81% 0.9% -
XYZ 37.04 19.99 21.98 -
YUV 108.78 138.29 213.75 -
System Red Green Blue C M Y K H S L
Decimal 229 44 127 0 0.81 0.45 0.10 333.08 0.78 0.54
Hex E5 2C 7F 0 51 2D A 14D 4E 36
Octal 345 54 177 0 121 55 12 515 116 66
Binary 11100101 101100 1111111 0 1010001 101101 1010 101001101 1001110 110110

Color Harmonies of #E52C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C7F

Black with #E52C7F

Text Example


Text Example

White with #E52C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C7F; }

 p { color: rgb(229,44,127); }

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

background-color css

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

 a { background-color: rgb(229,44,127); }

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

border-color css

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

 span { border-color: rgb(229,44,127); }

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