Html Css Color HEX #EC08BB Shocking Pink

📋 copy color: '#EC08BB'

red 236 ◦ green 8 ◦ blue 187

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

Shades of Shocking Pink #EC08BB

Tints of Shocking Pink #EC08BB

RGB

 RED value IS 236 (92.58% from 255) = 54.76%

 GREEN value IS 8 (3.52% from 255) = 1.86%

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 54.76%
G = 1.86%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC08BB (or 0xEC08BB) is known color: Shocking Pink. HEX triplet: EC, 08 and BB. RGB value is (236,8,187). Sum of RGB (Red+Green+Blue) = 236+8+187=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC08BB is #13F744. Grayscale: #606060. Windows color (decimal): -1308485 or 12257516. OLE color: 12257516.

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

Color convert

RGB 236 8 187 -
CMYK 0 0.97 0.21 0.07
HSL 312.89º 0.93% 0.48% -
HSV(B) 312.89º 0.97% 0.93% -
XYZ 43.65 21.59 48.88 -
YUV 96.58 179.04 227.45 -
System Red Green Blue C M Y K H S L
Decimal 236 8 187 0 0.97 0.21 0.07 312.89 0.93 0.48
Hex EC 8 BB 0 61 15 7 139 5D 30
Octal 354 10 273 0 141 25 7 471 135 60
Binary 11101100 1000 10111011 0 1100001 10101 111 100111001 1011101 110000

Color Harmonies of #EC08BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08BB

Black with #EC08BB

Text Example


Text Example

White with #EC08BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08BB; }

 p { color: rgb(236,8,187); }

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

background-color css

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

 a { background-color: rgb(236,8,187); }

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

border-color css

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

 span { border-color: rgb(236,8,187); }

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