Html Css Color HEX #E5328A Deep Cerise

📋 copy color: '#E5328A'

red 229 ◦ green 50 ◦ blue 138

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

Shades of Deep Cerise #E5328A

Tints of Deep Cerise #E5328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.99%

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 54.92%
G = 11.99%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5328A (or 0xE5328A) is known color: Deep Cerise. HEX triplet: E5, 32 and 8A. RGB value is (229,50,138). Sum of RGB (Red+Green+Blue) = 229+50+138=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5328A is #1ACD75. Grayscale: #717171. Windows color (decimal): -1756534 or 9056997. OLE color: 9056997.

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

Color convert

RGB 229 50 138 -
CMYK 0 0.78 0.40 0.10
HSL 330.5º 0.77% 0.55% -
HSV(B) 330.5º 0.78% 0.9% -
XYZ 38.04 20.77 26.05 -
YUV 113.55 141.8 210.34 -
System Red Green Blue C M Y K H S L
Decimal 229 50 138 0 0.78 0.40 0.10 330.5 0.77 0.55
Hex E5 32 8A 0 4E 28 A 14B 4D 37
Octal 345 62 212 0 116 50 12 513 115 67
Binary 11100101 110010 10001010 0 1001110 101000 1010 101001011 1001101 110111

Color Harmonies of #E5328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5328A

Black with #E5328A

Text Example


Text Example

White with #E5328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5328A; }

 p { color: rgb(229,50,138); }

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

background-color css

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

 a { background-color: rgb(229,50,138); }

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

border-color css

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

 span { border-color: rgb(229,50,138); }

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