Html Css Color HEX #EF16D2 Shocking Pink

📋 copy color: '#EF16D2'

red 239 ◦ green 22 ◦ blue 210

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

Shades of Shocking Pink #EF16D2

Tints of Shocking Pink #EF16D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.59%

R = 50.74%
G = 4.67%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF16D2 (or 0xEF16D2) is known color: Shocking Pink. HEX triplet: EF, 16 and D2. RGB value is (239,22,210). Sum of RGB (Red+Green+Blue) = 239+22+210=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16D2 is #10E92D. Grayscale: #6B6B6B. Windows color (decimal): -1108270 or 13768431. OLE color: 13768431.

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

Color convert

RGB 239 22 210 -
CMYK 0 0.91 0.12 0.06
HSL 308.02º 0.87% 0.51% -
HSV(B) 308.02º 0.91% 0.94% -
XYZ 47.52 23.58 63.02 -
YUV 108.32 185.39 221.21 -
System Red Green Blue C M Y K H S L
Decimal 239 22 210 0 0.91 0.12 0.06 308.02 0.87 0.51
Hex EF 16 D2 0 5B C 6 134 57 33
Octal 357 26 322 0 133 14 6 464 127 63
Binary 11101111 10110 11010010 0 1011011 1100 110 100110100 1010111 110011

Color Harmonies of #EF16D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF16D2

Black with #EF16D2

Text Example


Text Example

White with #EF16D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF16D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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