Html Css Color HEX #EF0EB0 Shocking Pink

📋 copy color: '#EF0EB0'

red 239 ◦ green 14 ◦ blue 176

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

Shades of Shocking Pink #EF0EB0

Tints of Shocking Pink #EF0EB0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.26%

 BLUE value IS 176 (69.14% from 255) = 41.03%

R = 55.71%
G = 3.26%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF0EB0 (or 0xEF0EB0) is known color: Shocking Pink. HEX triplet: EF, 0E and B0. RGB value is (239,14,176). Sum of RGB (Red+Green+Blue) = 239+14+176=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0EB0 is #10F14F. Grayscale: #636363. Windows color (decimal): -1110352 or 11538159. OLE color: 11538159.

HSL color Cylindrical-coordinate representation of color #EF0EB0: hue angle of 316.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0EB0 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 14 176 -
CMYK 0 0.94 0.26 0.06
HSL 316.8º 0.89% 0.5% -
HSV(B) 316.8º 0.94% 0.94% -
XYZ 43.59 21.8 42.98 -
YUV 99.74 171.04 227.33 -
System Red Green Blue C M Y K H S L
Decimal 239 14 176 0 0.94 0.26 0.06 316.8 0.89 0.5
Hex EF E B0 0 5E 1A 6 13D 59 32
Octal 357 16 260 0 136 32 6 475 131 62
Binary 11101111 1110 10110000 0 1011110 11010 110 100111101 1011001 110010

Color Harmonies of #EF0EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0EB0

Black with #EF0EB0

Text Example


Text Example

White with #EF0EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0EB0; }

 p { color: rgb(239,14,176); }

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

background-color css

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

 a { background-color: rgb(239,14,176); }

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

border-color css

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

 span { border-color: rgb(239,14,176); }

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