Html Css Color HEX #EF00BB Shocking Pink

📋 copy color: '#EF00BB'

red 239 ◦ green 0 ◦ blue 187

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

Shades of Shocking Pink #EF00BB

Tints of Shocking Pink #EF00BB

RGB

 RED value IS 239 (93.75% from 255) = 56.1%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.1%
G = 0%
B = 43.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF00BB (or 0xEF00BB) is known color: Shocking Pink. HEX triplet: EF, 00 and BB. RGB value is (239,0,187). Sum of RGB (Red+Green+Blue) = 239+0+187=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00BB is #10FF44. Grayscale: #5C5C5C. Windows color (decimal): -1113925 or 12255471. OLE color: 12255471.

HSL color Cylindrical-coordinate representation of color #EF00BB: hue angle of 313.05º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00BB is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 187 -
CMYK 0 1 0.22 0.06
HSL 313.05º 1% 0.47% -
HSV(B) 313.05º 1% 0.94% -
XYZ 44.57 21.94 48.9 -
YUV 92.78 181.18 232.29 -
System Red Green Blue C M Y K H S L
Decimal 239 0 187 0 1 0.22 0.06 313.05 1 0.47
Hex EF 0 BB 0 64 16 6 139 64 2F
Octal 357 0 273 0 144 26 6 471 144 57
Binary 11101111 0 10111011 0 1100100 10110 110 100111001 1100100 101111

Color Harmonies of #EF00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00BB

Black with #EF00BB

Text Example


Text Example

White with #EF00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00BB; }

 p { color: rgb(239,0,187); }

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

background-color css

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

 a { background-color: rgb(239,0,187); }

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

border-color css

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

 span { border-color: rgb(239,0,187); }

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