Html Css Color HEX #E40BAF Hollywood Cerise

📋 copy color: '#E40BAF'

red 228 ◦ green 11 ◦ blue 175

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

Shades of Hollywood Cerise #E40BAF

Tints of Hollywood Cerise #E40BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 55.07%
G = 2.66%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E40BAF (or 0xE40BAF) is known color: Hollywood Cerise. HEX triplet: E4, 0B and AF. RGB value is (228,11,175). Sum of RGB (Red+Green+Blue) = 228+11+175=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40BAF is #1BF450. Grayscale: #5E5E5E. Windows color (decimal): -1832017 or 11471844. OLE color: 11471844.

HSL color Cylindrical-coordinate representation of color #E40BAF: hue angle of 314.65º 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 #E40BAF is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 11 175 -
CMYK 0 0.95 0.23 0.11
HSL 314.65º 0.91% 0.47% -
HSV(B) 314.65º 0.95% 0.89% -
XYZ 39.85 19.83 42.28 -
YUV 94.58 173.39 223.16 -
System Red Green Blue C M Y K H S L
Decimal 228 11 175 0 0.95 0.23 0.11 314.65 0.91 0.47
Hex E4 B AF 0 5F 17 B 13B 5B 2F
Octal 344 13 257 0 137 27 13 473 133 57
Binary 11100100 1011 10101111 0 1011111 10111 1011 100111011 1011011 101111

Color Harmonies of #E40BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40BAF

Black with #E40BAF

Text Example


Text Example

White with #E40BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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