Html Css Color HEX #EE1BBC Shocking Pink

📋 copy color: '#EE1BBC'

red 238 ◦ green 27 ◦ blue 188

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

Shades of Shocking Pink #EE1BBC

Tints of Shocking Pink #EE1BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.96%

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 52.54%
G = 5.96%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE1BBC (or 0xEE1BBC) is known color: Shocking Pink. HEX triplet: EE, 1B and BC. RGB value is (238,27,188). Sum of RGB (Red+Green+Blue) = 238+27+188=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1BBC is #11E443. Grayscale: #6C6C6C. Windows color (decimal): -1172548 or 12327918. OLE color: 12327918.

HSL color Cylindrical-coordinate representation of color #EE1BBC: hue angle of 314.22º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BBC is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 27 188 -
CMYK 0 0.89 0.21 0.07
HSL 314.22º 0.86% 0.52% -
HSV(B) 314.22º 0.89% 0.93% -
XYZ 44.73 22.59 49.58 -
YUV 108.44 172.9 220.41 -
System Red Green Blue C M Y K H S L
Decimal 238 27 188 0 0.89 0.21 0.07 314.22 0.86 0.52
Hex EE 1B BC 0 59 15 7 13A 56 34
Octal 356 33 274 0 131 25 7 472 126 64
Binary 11101110 11011 10111100 0 1011001 10101 111 100111010 1010110 110100

Color Harmonies of #EE1BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1BBC

Black with #EE1BBC

Text Example


Text Example

White with #EE1BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1BBC; }

 p { color: rgb(238,27,188); }

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

background-color css

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

 a { background-color: rgb(238,27,188); }

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

border-color css

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

 span { border-color: rgb(238,27,188); }

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