Html Css Color HEX #E40BAD Hollywood Cerise

📋 copy color: '#E40BAD'

red 228 ◦ green 11 ◦ blue 173

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

Shades of Hollywood Cerise #E40BAD

Tints of Hollywood Cerise #E40BAD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.67%

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 55.34%
G = 2.67%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E40BAD (or 0xE40BAD) is known color: Hollywood Cerise. HEX triplet: E4, 0B and AD. RGB value is (228,11,173). Sum of RGB (Red+Green+Blue) = 228+11+173=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40BAD is #1BF452. Grayscale: #5D5D5D. Windows color (decimal): -1832019 or 11340772. OLE color: 11340772.

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

Color convert

RGB 228 11 173 -
CMYK 0 0.95 0.24 0.11
HSL 315.21º 0.91% 0.47% -
HSV(B) 315.21º 0.95% 0.89% -
XYZ 39.66 19.75 41.26 -
YUV 94.35 172.39 223.33 -
System Red Green Blue C M Y K H S L
Decimal 228 11 173 0 0.95 0.24 0.11 315.21 0.91 0.47
Hex E4 B AD 0 5F 18 B 13B 5B 2F
Octal 344 13 255 0 137 30 13 473 133 57
Binary 11100100 1011 10101101 0 1011111 11000 1011 100111011 1011011 101111

Color Harmonies of #E40BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40BAD

Black with #E40BAD

Text Example


Text Example

White with #E40BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40BAD; }

 p { color: rgb(228,11,173); }

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

background-color css

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

 a { background-color: rgb(228,11,173); }

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

border-color css

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

 span { border-color: rgb(228,11,173); }

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