Html Css Color HEX #EF00BF Shocking Pink

📋 copy color: '#EF00BF'

red 239 ◦ green 0 ◦ blue 191

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

Shades of Shocking Pink #EF00BF

Tints of Shocking Pink #EF00BF

RGB

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

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

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

R = 55.58%
G = 0%
B = 44.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF00BF (or 0xEF00BF) is known color: Shocking Pink. HEX triplet: EF, 00 and BF. RGB value is (239,0,191). Sum of RGB (Red+Green+Blue) = 239+0+191=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00BF is #10FF40. Grayscale: #5C5C5C. Windows color (decimal): -1113921 or 12517615. OLE color: 12517615.

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

Color convert

RGB 239 0 191 -
CMYK 0 1 0.20 0.06
HSL 312.05º 1% 0.47% -
HSV(B) 312.05º 1% 0.94% -
XYZ 45 22.11 51.19 -
YUV 93.24 183.18 231.97 -
System Red Green Blue C M Y K H S L
Decimal 239 0 191 0 1 0.20 0.06 312.05 1 0.47
Hex EF 0 BF 0 64 14 6 138 64 2F
Octal 357 0 277 0 144 24 6 470 144 57
Binary 11101111 0 10111111 0 1100100 10100 110 100111000 1100100 101111

Color Harmonies of #EF00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00BF

Black with #EF00BF

Text Example


Text Example

White with #EF00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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