Html Css Color HEX #EE00B2 Hollywood Cerise

📋 copy color: '#EE00B2'

red 238 ◦ green 0 ◦ blue 178

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

Shades of Hollywood Cerise #EE00B2

Tints of Hollywood Cerise #EE00B2

RGB

 RED value IS 238 (93.36% from 255) = 57.21%

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

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

R = 57.21%
G = 0%
B = 42.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EE00B2 (or 0xEE00B2) is known color: Hollywood Cerise. HEX triplet: EE, 00 and B2. RGB value is (238,0,178). Sum of RGB (Red+Green+Blue) = 238+0+178=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE00B2 is #11FF4D. Grayscale: #5A5A5A. Windows color (decimal): -1179470 or 11665646. OLE color: 11665646.

HSL color Cylindrical-coordinate representation of color #EE00B2: hue angle of 315.13º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00B2 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 0 178 -
CMYK 0 1 0.25 0.07
HSL 315.13º 1% 0.47% -
HSV(B) 315.13º 1% 0.93% -
XYZ 43.3 21.39 43.97 -
YUV 91.45 176.85 232.53 -
System Red Green Blue C M Y K H S L
Decimal 238 0 178 0 1 0.25 0.07 315.13 1 0.47
Hex EE 0 B2 0 64 19 7 13B 64 2F
Octal 356 0 262 0 144 31 7 473 144 57
Binary 11101110 0 10110010 0 1100100 11001 111 100111011 1100100 101111

Color Harmonies of #EE00B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00B2

Black with #EE00B2

Text Example


Text Example

White with #EE00B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00B2; }

 p { color: rgb(238,0,178); }

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

background-color css

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

 a { background-color: rgb(238,0,178); }

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

border-color css

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

 span { border-color: rgb(238,0,178); }

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