Html Css Color HEX #EF0BC5 Shocking Pink

📋 copy color: '#EF0BC5'

red 239 ◦ green 11 ◦ blue 197

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

Shades of Shocking Pink #EF0BC5

Tints of Shocking Pink #EF0BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.07%

R = 53.47%
G = 2.46%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF0BC5 (or 0xEF0BC5) is known color: Shocking Pink. HEX triplet: EF, 0B and C5. RGB value is (239,11,197). Sum of RGB (Red+Green+Blue) = 239+11+197=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BC5 is #10F43A. Grayscale: #636363. Windows color (decimal): -1111099 or 12913647. OLE color: 12913647.

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

Color convert

RGB 239 11 197 -
CMYK 0 0.95 0.18 0.06
HSL 311.05º 0.91% 0.49% -
HSV(B) 311.05º 0.95% 0.94% -
XYZ 45.79 22.62 54.78 -
YUV 100.38 182.54 226.88 -
System Red Green Blue C M Y K H S L
Decimal 239 11 197 0 0.95 0.18 0.06 311.05 0.91 0.49
Hex EF B C5 0 5F 12 6 137 5B 31
Octal 357 13 305 0 137 22 6 467 133 61
Binary 11101111 1011 11000101 0 1011111 10010 110 100110111 1011011 110001

Color Harmonies of #EF0BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0BC5

Black with #EF0BC5

Text Example


Text Example

White with #EF0BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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