Html Css Color HEX #E40696 Hollywood Cerise

📋 copy color: '#E40696'

red 228 ◦ green 6 ◦ blue 150

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

Shades of Hollywood Cerise #E40696

Tints of Hollywood Cerise #E40696

RGB

 RED value IS 228 (89.45% from 255) = 59.38%

 GREEN value IS 6 (2.73% from 255) = 1.56%

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

R = 59.38%
G = 1.56%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E40696 (or 0xE40696) is known color: Hollywood Cerise. HEX triplet: E4, 06 and 96. RGB value is (228,6,150). Sum of RGB (Red+Green+Blue) = 228+6+150=384 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.38% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 228 - color contains mainly: red. Hex color #E40696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40696 is #1BF969. Grayscale: #585858. Windows color (decimal): -1833322 or 9832164. OLE color: 9832164.

HSL color Cylindrical-coordinate representation of color #E40696: hue angle of 321.08º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40696 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 6 150 -
CMYK 0 0.97 0.34 0.11
HSL 321.08º 0.95% 0.46% -
HSV(B) 321.08º 0.97% 0.89% -
XYZ 37.57 18.83 30.51 -
YUV 88.79 162.55 227.29 -
System Red Green Blue C M Y K H S L
Decimal 228 6 150 0 0.97 0.34 0.11 321.08 0.95 0.46
Hex E4 6 96 0 61 22 B 141 5F 2E
Octal 344 6 226 0 141 42 13 501 137 56
Binary 11100100 110 10010110 0 1100001 100010 1011 101000001 1011111 101110

Color Harmonies of #E40696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40696

Black with #E40696

Text Example


Text Example

White with #E40696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40696; }

 p { color: rgb(228,6,150); }

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

background-color css

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

 a { background-color: rgb(228,6,150); }

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

border-color css

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

 span { border-color: rgb(228,6,150); }

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