Html Css Color HEX #EF01BF Shocking Pink

📋 copy color: '#EF01BF'

red 239 ◦ green 1 ◦ blue 191

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

Shades of Shocking Pink #EF01BF

Tints of Shocking Pink #EF01BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 55.45%
G = 0.23%
B = 44.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF01BF (or 0xEF01BF) is known color: Shocking Pink. HEX triplet: EF, 01 and BF. RGB value is (239,1,191). Sum of RGB (Red+Green+Blue) = 239+1+191=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01BF is #10FE40. Grayscale: #5D5D5D. Windows color (decimal): -1113665 or 12517871. OLE color: 12517871.

HSL color Cylindrical-coordinate representation of color #EF01BF: hue angle of 312.1º 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 #EF01BF is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 191 -
CMYK 0 1.00 0.20 0.06
HSL 312.1º 0.99% 0.47% -
HSV(B) 312.1º 1% 0.94% -
XYZ 45.01 22.13 51.19 -
YUV 93.82 182.85 231.55 -
System Red Green Blue C M Y K H S L
Decimal 239 1 191 0 1.00 0.20 0.06 312.1 0.99 0.47
Hex EF 1 BF 0 64 14 6 138 63 2F
Octal 357 1 277 0 144 24 6 470 143 57
Binary 11101111 1 10111111 0 1100100 10100 110 100111000 1100011 101111

Color Harmonies of #EF01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01BF

Black with #EF01BF

Text Example


Text Example

White with #EF01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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