Html Css Color HEX #EE0BAF Hollywood Cerise

📋 copy color: '#EE0BAF'

red 238 ◦ green 11 ◦ blue 175

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

Shades of Hollywood Cerise #EE0BAF

Tints of Hollywood Cerise #EE0BAF

RGB

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

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

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

R = 56.13%
G = 2.59%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EE0BAF (or 0xEE0BAF) is known color: Hollywood Cerise. HEX triplet: EE, 0B and AF. RGB value is (238,11,175). Sum of RGB (Red+Green+Blue) = 238+11+175=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0BAF is #11F450. Grayscale: #616161. Windows color (decimal): -1176657 or 11471854. OLE color: 11471854.

HSL color Cylindrical-coordinate representation of color #EE0BAF: hue angle of 316.65º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0BAF is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 11 175 -
CMYK 0 0.95 0.26 0.07
HSL 316.65º 0.91% 0.49% -
HSV(B) 316.65º 0.95% 0.93% -
XYZ 43.12 21.51 42.44 -
YUV 97.57 171.71 228.16 -
System Red Green Blue C M Y K H S L
Decimal 238 11 175 0 0.95 0.26 0.07 316.65 0.91 0.49
Hex EE B AF 0 5F 1A 7 13D 5B 31
Octal 356 13 257 0 137 32 7 475 133 61
Binary 11101110 1011 10101111 0 1011111 11010 111 100111101 1011011 110001

Color Harmonies of #EE0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BAF

Black with #EE0BAF

Text Example


Text Example

White with #EE0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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