Html Css Color HEX #EF01BB Shocking Pink

📋 copy color: '#EF01BB'

red 239 ◦ green 1 ◦ blue 187

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

Shades of Shocking Pink #EF01BB

Tints of Shocking Pink #EF01BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 55.97%
G = 0.23%
B = 43.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF01BB (or 0xEF01BB) is known color: Shocking Pink. HEX triplet: EF, 01 and BB. RGB value is (239,1,187). Sum of RGB (Red+Green+Blue) = 239+1+187=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01BB is #10FE44. Grayscale: #5C5C5C. Windows color (decimal): -1113669 or 12255727. OLE color: 12255727.

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

Color convert

RGB 239 1 187 -
CMYK 0 1.00 0.22 0.06
HSL 313.11º 0.99% 0.47% -
HSV(B) 313.11º 1% 0.94% -
XYZ 44.58 21.96 48.9 -
YUV 93.37 180.85 231.88 -
System Red Green Blue C M Y K H S L
Decimal 239 1 187 0 1.00 0.22 0.06 313.11 0.99 0.47
Hex EF 1 BB 0 64 16 6 139 63 2F
Octal 357 1 273 0 144 26 6 471 143 57
Binary 11101111 1 10111011 0 1100100 10110 110 100111001 1100011 101111

Color Harmonies of #EF01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01BB

Black with #EF01BB

Text Example


Text Example

White with #EF01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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