Html Css Color HEX #EE0FBC Shocking Pink

📋 copy color: '#EE0FBC'

red 238 ◦ green 15 ◦ blue 188

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

Shades of Shocking Pink #EE0FBC

Tints of Shocking Pink #EE0FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.4%

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

R = 53.97%
G = 3.4%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE0FBC (or 0xEE0FBC) is known color: Shocking Pink. HEX triplet: EE, 0F and BC. RGB value is (238,15,188). Sum of RGB (Red+Green+Blue) = 238+15+188=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FBC is #11F043. Grayscale: #646464. Windows color (decimal): -1175620 or 12324846. OLE color: 12324846.

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

Color convert

RGB 238 15 188 -
CMYK 0 0.94 0.21 0.07
HSL 313.45º 0.88% 0.5% -
HSV(B) 313.45º 0.94% 0.93% -
XYZ 44.51 22.15 49.51 -
YUV 101.4 176.88 225.43 -
System Red Green Blue C M Y K H S L
Decimal 238 15 188 0 0.94 0.21 0.07 313.45 0.88 0.5
Hex EE F BC 0 5E 15 7 139 58 32
Octal 356 17 274 0 136 25 7 471 130 62
Binary 11101110 1111 10111100 0 1011110 10101 111 100111001 1011000 110010

Color Harmonies of #EE0FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0FBC

Black with #EE0FBC

Text Example


Text Example

White with #EE0FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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