Html Css Color HEX #E40094 Hollywood Cerise

📋 copy color: '#E40094'

red 228 ◦ green 0 ◦ blue 148

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

Shades of Hollywood Cerise #E40094

Tints of Hollywood Cerise #E40094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 60.64%
G = 0%
B = 39.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E40094 (or 0xE40094) is known color: Hollywood Cerise. HEX triplet: E4, 00 and 94. RGB value is (228,0,148). Sum of RGB (Red+Green+Blue) = 228+0+148=376 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.64% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 228 - color contains mainly: red. Hex color #E40094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40094 is #1BFF6B. Grayscale: #545454. Windows color (decimal): -1834860 or 9699556. OLE color: 9699556.

HSL color Cylindrical-coordinate representation of color #E40094: hue angle of 321.05º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40094 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 0 148 -
CMYK 0 1 0.35 0.11
HSL 321.05º 1% 0.45% -
HSV(B) 321.05º 1% 0.89% -
XYZ 37.34 18.63 29.65 -
YUV 85.04 163.54 229.97 -
System Red Green Blue C M Y K H S L
Decimal 228 0 148 0 1 0.35 0.11 321.05 1 0.45
Hex E4 0 94 0 64 23 B 141 64 2D
Octal 344 0 224 0 144 43 13 501 144 55
Binary 11100100 0 10010100 0 1100100 100011 1011 101000001 1100100 101101

Color Harmonies of #E40094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40094

Black with #E40094

Text Example


Text Example

White with #E40094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40094; }

 p { color: rgb(228,0,148); }

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

background-color css

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

 a { background-color: rgb(228,0,148); }

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

border-color css

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

 span { border-color: rgb(228,0,148); }

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