Html Css Color HEX #EE0BB5 Shocking Pink

📋 copy color: '#EE0BB5'

red 238 ◦ green 11 ◦ blue 181

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

Shades of Shocking Pink #EE0BB5

Tints of Shocking Pink #EE0BB5

RGB

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

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

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

R = 55.35%
G = 2.56%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EE0BB5 (or 0xEE0BB5) is known color: Shocking Pink. HEX triplet: EE, 0B and B5. RGB value is (238,11,181). Sum of RGB (Red+Green+Blue) = 238+11+181=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BB5 is #11F44A. Grayscale: #616161. Windows color (decimal): -1176651 or 11865070. OLE color: 11865070.

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

Color convert

RGB 238 11 181 -
CMYK 0 0.95 0.24 0.07
HSL 315.07º 0.91% 0.49% -
HSV(B) 315.07º 0.95% 0.93% -
XYZ 43.72 21.75 45.61 -
YUV 98.25 174.71 227.68 -
System Red Green Blue C M Y K H S L
Decimal 238 11 181 0 0.95 0.24 0.07 315.07 0.91 0.49
Hex EE B B5 0 5F 18 7 13B 5B 31
Octal 356 13 265 0 137 30 7 473 133 61
Binary 11101110 1011 10110101 0 1011111 11000 111 100111011 1011011 110001

Color Harmonies of #EE0BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BB5

Black with #EE0BB5

Text Example


Text Example

White with #EE0BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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