Html Css Color HEX #EF10C6 Shocking Pink

📋 copy color: '#EF10C6'

red 239 ◦ green 16 ◦ blue 198

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

Shades of Shocking Pink #EF10C6

Tints of Shocking Pink #EF10C6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.53%

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

R = 52.76%
G = 3.53%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF10C6 (or 0xEF10C6) is known color: Shocking Pink. HEX triplet: EF, 10 and C6. RGB value is (239,16,198). Sum of RGB (Red+Green+Blue) = 239+16+198=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10C6 is #10EF39. Grayscale: #666666. Windows color (decimal): -1109818 or 12980463. OLE color: 12980463.

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

Color convert

RGB 239 16 198 -
CMYK 0 0.93 0.17 0.06
HSL 311.03º 0.87% 0.5% -
HSV(B) 311.03º 0.93% 0.94% -
XYZ 45.97 22.8 55.4 -
YUV 103.43 181.38 224.7 -
System Red Green Blue C M Y K H S L
Decimal 239 16 198 0 0.93 0.17 0.06 311.03 0.87 0.5
Hex EF 10 C6 0 5D 11 6 137 57 32
Octal 357 20 306 0 135 21 6 467 127 62
Binary 11101111 10000 11000110 0 1011101 10001 110 100110111 1010111 110010

Color Harmonies of #EF10C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10C6

Black with #EF10C6

Text Example


Text Example

White with #EF10C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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