Html Css Color HEX #EF0BC9 Shocking Pink

📋 copy color: '#EF0BC9'

red 239 ◦ green 11 ◦ blue 201

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

Shades of Shocking Pink #EF0BC9

Tints of Shocking Pink #EF0BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 52.99%
G = 2.44%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF0BC9 (or 0xEF0BC9) is known color: Shocking Pink. HEX triplet: EF, 0B and C9. RGB value is (239,11,201). Sum of RGB (Red+Green+Blue) = 239+11+201=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BC9 is #10F436. Grayscale: #646464. Windows color (decimal): -1111095 or 13175791. OLE color: 13175791.

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

Color convert

RGB 239 11 201 -
CMYK 0 0.95 0.16 0.06
HSL 310º 0.91% 0.49% -
HSV(B) 310º 0.95% 0.94% -
XYZ 46.26 22.81 57.22 -
YUV 100.83 184.54 226.55 -
System Red Green Blue C M Y K H S L
Decimal 239 11 201 0 0.95 0.16 0.06 310 0.91 0.49
Hex EF B C9 0 5F 10 6 136 5B 31
Octal 357 13 311 0 137 20 6 466 133 61
Binary 11101111 1011 11001001 0 1011111 10000 110 100110110 1011011 110001

Color Harmonies of #EF0BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0BC9

Black with #EF0BC9

Text Example


Text Example

White with #EF0BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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