Html Css Color HEX #EF10D1 Shocking Pink

📋 copy color: '#EF10D1'

red 239 ◦ green 16 ◦ blue 209

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

Shades of Shocking Pink #EF10D1

Tints of Shocking Pink #EF10D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.04%

R = 51.51%
G = 3.45%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF10D1 (or 0xEF10D1) is known color: Shocking Pink. HEX triplet: EF, 10 and D1. RGB value is (239,16,209). Sum of RGB (Red+Green+Blue) = 239+16+209=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10D1 is #10EF2E. Grayscale: #686868. Windows color (decimal): -1109807 or 13701359. OLE color: 13701359.

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

Color convert

RGB 239 16 209 -
CMYK 0 0.93 0.13 0.06
HSL 308.07º 0.87% 0.5% -
HSV(B) 308.07º 0.93% 0.94% -
XYZ 47.29 23.32 62.33 -
YUV 104.68 186.88 223.81 -
System Red Green Blue C M Y K H S L
Decimal 239 16 209 0 0.93 0.13 0.06 308.07 0.87 0.5
Hex EF 10 D1 0 5D D 6 134 57 32
Octal 357 20 321 0 135 15 6 464 127 62
Binary 11101111 10000 11010001 0 1011101 1101 110 100110100 1010111 110010

Color Harmonies of #EF10D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10D1

Black with #EF10D1

Text Example


Text Example

White with #EF10D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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