Html Css Color HEX #E52696 Deep Cerise

📋 copy color: '#E52696'

red 229 ◦ green 38 ◦ blue 150

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

Shades of Deep Cerise #E52696

Tints of Deep Cerise #E52696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.11%

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 54.92%
G = 9.11%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E52696 (or 0xE52696) is known color: Deep Cerise. HEX triplet: E5, 26 and 96. RGB value is (229,38,150). Sum of RGB (Red+Green+Blue) = 229+38+150=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E52696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52696 is #1AD969. Grayscale: #6B6B6B. Windows color (decimal): -1759594 or 9840357. OLE color: 9840357.

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

Color convert

RGB 229 38 150 -
CMYK 0 0.83 0.34 0.10
HSL 324.82º 0.79% 0.52% -
HSV(B) 324.82º 0.83% 0.9% -
XYZ 38.51 20.25 30.73 -
YUV 107.88 151.78 214.39 -
System Red Green Blue C M Y K H S L
Decimal 229 38 150 0 0.83 0.34 0.10 324.82 0.79 0.52
Hex E5 26 96 0 53 22 A 145 4F 34
Octal 345 46 226 0 123 42 12 505 117 64
Binary 11100101 100110 10010110 0 1010011 100010 1010 101000101 1001111 110100

Color Harmonies of #E52696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52696

Black with #E52696

Text Example


Text Example

White with #E52696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52696; }

 p { color: rgb(229,38,150); }

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

background-color css

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

 a { background-color: rgb(229,38,150); }

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

border-color css

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

 span { border-color: rgb(229,38,150); }

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