Html Css Color HEX #EF0EB6 Shocking Pink

📋 copy color: '#EF0EB6'

red 239 ◦ green 14 ◦ blue 182

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

Shades of Shocking Pink #EF0EB6

Tints of Shocking Pink #EF0EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.84%

R = 54.94%
G = 3.22%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EF0EB6 (or 0xEF0EB6) is known color: Shocking Pink. HEX triplet: EF, 0E and B6. RGB value is (239,14,182). Sum of RGB (Red+Green+Blue) = 239+14+182=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0EB6 is #10F149. Grayscale: #636363. Windows color (decimal): -1110346 or 11931375. OLE color: 11931375.

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

Color convert

RGB 239 14 182 -
CMYK 0 0.94 0.24 0.06
HSL 315.2º 0.89% 0.5% -
HSV(B) 315.2º 0.94% 0.94% -
XYZ 44.2 22.04 46.18 -
YUV 100.43 174.04 226.84 -
System Red Green Blue C M Y K H S L
Decimal 239 14 182 0 0.94 0.24 0.06 315.2 0.89 0.5
Hex EF E B6 0 5E 18 6 13B 59 32
Octal 357 16 266 0 136 30 6 473 131 62
Binary 11101111 1110 10110110 0 1011110 11000 110 100111011 1011001 110010

Color Harmonies of #EF0EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0EB6

Black with #EF0EB6

Text Example


Text Example

White with #EF0EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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