Html Css Color HEX #EF16D4 Shocking Pink

📋 copy color: '#EF16D4'

red 239 ◦ green 22 ◦ blue 212

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

Shades of Shocking Pink #EF16D4

Tints of Shocking Pink #EF16D4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.65%

 BLUE value IS 212 (83.2% from 255) = 44.82%

R = 50.53%
G = 4.65%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF16D4 (or 0xEF16D4) is known color: Shocking Pink. HEX triplet: EF, 16 and D4. RGB value is (239,22,212). Sum of RGB (Red+Green+Blue) = 239+22+212=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16D4 is #10E92B. Grayscale: #6C6C6C. Windows color (decimal): -1108268 or 13899503. OLE color: 13899503.

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

Color convert

RGB 239 22 212 -
CMYK 0 0.91 0.11 0.06
HSL 307.47º 0.87% 0.51% -
HSV(B) 307.47º 0.91% 0.94% -
XYZ 47.77 23.68 64.34 -
YUV 108.54 186.39 221.05 -
System Red Green Blue C M Y K H S L
Decimal 239 22 212 0 0.91 0.11 0.06 307.47 0.87 0.51
Hex EF 16 D4 0 5B B 6 133 57 33
Octal 357 26 324 0 133 13 6 463 127 63
Binary 11101111 10110 11010100 0 1011011 1011 110 100110011 1010111 110011

Color Harmonies of #EF16D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF16D4

Black with #EF16D4

Text Example


Text Example

White with #EF16D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF16D4; }

 p { color: rgb(239,22,212); }

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

background-color css

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

 a { background-color: rgb(239,22,212); }

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

border-color css

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

 span { border-color: rgb(239,22,212); }

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