Html Css Color HEX #EF10C9 Shocking Pink

📋 copy color: '#EF10C9'

red 239 ◦ green 16 ◦ blue 201

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

Shades of Shocking Pink #EF10C9

Tints of Shocking Pink #EF10C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.08%

R = 52.41%
G = 3.51%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF10C9 (or 0xEF10C9) is known color: Shocking Pink. HEX triplet: EF, 10 and C9. RGB value is (239,16,201). Sum of RGB (Red+Green+Blue) = 239+16+201=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10C9 is #10EF36. Grayscale: #676767. Windows color (decimal): -1109815 or 13177071. OLE color: 13177071.

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

Color convert

RGB 239 16 201 -
CMYK 0 0.93 0.16 0.06
HSL 310.22º 0.87% 0.5% -
HSV(B) 310.22º 0.93% 0.94% -
XYZ 46.32 22.94 57.24 -
YUV 103.77 182.88 224.46 -
System Red Green Blue C M Y K H S L
Decimal 239 16 201 0 0.93 0.16 0.06 310.22 0.87 0.5
Hex EF 10 C9 0 5D 10 6 136 57 32
Octal 357 20 311 0 135 20 6 466 127 62
Binary 11101111 10000 11001001 0 1011101 10000 110 100110110 1010111 110010

Color Harmonies of #EF10C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10C9

Black with #EF10C9

Text Example


Text Example

White with #EF10C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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