Html Css Color HEX #EF0CB6 Shocking Pink

📋 copy color: '#EF0CB6'

red 239 ◦ green 12 ◦ blue 182

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

Shades of Shocking Pink #EF0CB6

Tints of Shocking Pink #EF0CB6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.77%

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

R = 55.2%
G = 2.77%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EF0CB6 (or 0xEF0CB6) is known color: Shocking Pink. HEX triplet: EF, 0C and B6. RGB value is (239,12,182). Sum of RGB (Red+Green+Blue) = 239+12+182=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0CB6 is #10F349. Grayscale: #626262. Windows color (decimal): -1110858 or 11930863. OLE color: 11930863.

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

Color convert

RGB 239 12 182 -
CMYK 0 0.95 0.24 0.06
HSL 315.07º 0.9% 0.49% -
HSV(B) 315.07º 0.95% 0.94% -
XYZ 44.17 21.99 46.17 -
YUV 99.25 174.71 227.68 -
System Red Green Blue C M Y K H S L
Decimal 239 12 182 0 0.95 0.24 0.06 315.07 0.9 0.49
Hex EF C B6 0 5F 18 6 13B 5A 31
Octal 357 14 266 0 137 30 6 473 132 61
Binary 11101111 1100 10110110 0 1011111 11000 110 100111011 1011010 110001

Color Harmonies of #EF0CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0CB6

Black with #EF0CB6

Text Example


Text Example

White with #EF0CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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