Html Css Color HEX #E007B2 Hollywood Cerise

📋 copy color: '#E007B2'

red 224 ◦ green 7 ◦ blue 178

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

Shades of Hollywood Cerise #E007B2

Tints of Hollywood Cerise #E007B2

RGB

 RED value IS 224 (87.89% from 255) = 54.77%

 GREEN value IS 7 (3.13% from 255) = 1.71%

 BLUE value IS 178 (69.92% from 255) = 43.52%

R = 54.77%
G = 1.71%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E007B2 (or 0xE007B2) is known color: Hollywood Cerise. HEX triplet: E0, 07 and B2. RGB value is (224,7,178). Sum of RGB (Red+Green+Blue) = 224+7+178=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E007B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E007B2 is #1FF84D. Grayscale: #5A5A5A. Windows color (decimal): -2095182 or 11667424. OLE color: 11667424.

HSL color Cylindrical-coordinate representation of color #E007B2: hue angle of 312.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E007B2 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 7 178 -
CMYK 0 0.97 0.21 0.12
HSL 312.72º 0.94% 0.45% -
HSV(B) 312.72º 0.97% 0.88% -
XYZ 38.85 19.21 43.78 -
YUV 91.38 176.89 222.6 -
System Red Green Blue C M Y K H S L
Decimal 224 7 178 0 0.97 0.21 0.12 312.72 0.94 0.45
Hex E0 7 B2 0 61 15 C 139 5E 2D
Octal 340 7 262 0 141 25 14 471 136 55
Binary 11100000 111 10110010 0 1100001 10101 1100 100111001 1011110 101101

Color Harmonies of #E007B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007B2

Black with #E007B2

Text Example


Text Example

White with #E007B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007B2; }

 p { color: rgb(224,7,178); }

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

background-color css

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

 a { background-color: rgb(224,7,178); }

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

border-color css

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

 span { border-color: rgb(224,7,178); }

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