Html Css Color HEX #EF0FC6 Shocking Pink

📋 copy color: '#EF0FC6'

red 239 ◦ green 15 ◦ blue 198

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

Shades of Shocking Pink #EF0FC6

Tints of Shocking Pink #EF0FC6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.32%

 BLUE value IS 198 (77.73% from 255) = 43.81%

R = 52.88%
G = 3.32%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF0FC6 (or 0xEF0FC6) is known color: Shocking Pink. HEX triplet: EF, 0F and C6. RGB value is (239,15,198). Sum of RGB (Red+Green+Blue) = 239+15+198=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FC6 is #10F039. Grayscale: #666666. Windows color (decimal): -1110074 or 12980207. OLE color: 12980207.

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

Color convert

RGB 239 15 198 -
CMYK 0 0.94 0.17 0.06
HSL 310.98º 0.88% 0.5% -
HSV(B) 310.98º 0.94% 0.94% -
XYZ 45.96 22.77 55.4 -
YUV 102.84 181.71 225.12 -
System Red Green Blue C M Y K H S L
Decimal 239 15 198 0 0.94 0.17 0.06 310.98 0.88 0.5
Hex EF F C6 0 5E 11 6 137 58 32
Octal 357 17 306 0 136 21 6 467 130 62
Binary 11101111 1111 11000110 0 1011110 10001 110 100110111 1011000 110010

Color Harmonies of #EF0FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FC6

Black with #EF0FC6

Text Example


Text Example

White with #EF0FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FC6; }

 p { color: rgb(239,15,198); }

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

background-color css

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

 a { background-color: rgb(239,15,198); }

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

border-color css

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

 span { border-color: rgb(239,15,198); }

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