Html Css Color HEX #EF0BC7 Shocking Pink

📋 copy color: '#EF0BC7'

red 239 ◦ green 11 ◦ blue 199

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

Shades of Shocking Pink #EF0BC7

Tints of Shocking Pink #EF0BC7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.45%

 BLUE value IS 199 (78.13% from 255) = 44.32%

R = 53.23%
G = 2.45%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF0BC7 (or 0xEF0BC7) is known color: Shocking Pink. HEX triplet: EF, 0B and C7. RGB value is (239,11,199). Sum of RGB (Red+Green+Blue) = 239+11+199=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BC7 is #10F438. Grayscale: #646464. Windows color (decimal): -1111097 or 13044719. OLE color: 13044719.

HSL color Cylindrical-coordinate representation of color #EF0BC7: hue angle of 310.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0BC7 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 11 199 -
CMYK 0 0.95 0.17 0.06
HSL 310.53º 0.91% 0.49% -
HSV(B) 310.53º 0.95% 0.94% -
XYZ 46.03 22.71 55.99 -
YUV 100.6 183.54 226.71 -
System Red Green Blue C M Y K H S L
Decimal 239 11 199 0 0.95 0.17 0.06 310.53 0.91 0.49
Hex EF B C7 0 5F 11 6 137 5B 31
Octal 357 13 307 0 137 21 6 467 133 61
Binary 11101111 1011 11000111 0 1011111 10001 110 100110111 1011011 110001

Color Harmonies of #EF0BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0BC7

Black with #EF0BC7

Text Example


Text Example

White with #EF0BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0BC7; }

 p { color: rgb(239,11,199); }

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

background-color css

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

 a { background-color: rgb(239,11,199); }

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

border-color css

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

 span { border-color: rgb(239,11,199); }

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