Html Css Color HEX #EE00B5 Hollywood Cerise

📋 copy color: '#EE00B5'

red 238 ◦ green 0 ◦ blue 181

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

Shades of Hollywood Cerise #EE00B5

Tints of Hollywood Cerise #EE00B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.2%

R = 56.8%
G = 0%
B = 43.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EE00B5 (or 0xEE00B5) is known color: Hollywood Cerise. HEX triplet: EE, 00 and B5. RGB value is (238,0,181). Sum of RGB (Red+Green+Blue) = 238+0+181=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00B5 is #11FF4A. Grayscale: #5B5B5B. Windows color (decimal): -1179467 or 11862254. OLE color: 11862254.

HSL color Cylindrical-coordinate representation of color #EE00B5: hue angle of 314.37º 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 #EE00B5 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 0 181 -
CMYK 0 1 0.24 0.07
HSL 314.37º 1% 0.47% -
HSV(B) 314.37º 1% 0.93% -
XYZ 43.6 21.51 45.57 -
YUV 91.8 178.35 232.28 -
System Red Green Blue C M Y K H S L
Decimal 238 0 181 0 1 0.24 0.07 314.37 1 0.47
Hex EE 0 B5 0 64 18 7 13A 64 2F
Octal 356 0 265 0 144 30 7 472 144 57
Binary 11101110 0 10110101 0 1100100 11000 111 100111010 1100100 101111

Color Harmonies of #EE00B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00B5

Black with #EE00B5

Text Example


Text Example

White with #EE00B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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