Html Css Color HEX #EF14D3 Shocking Pink

📋 copy color: '#EF14D3'

red 239 ◦ green 20 ◦ blue 211

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

Shades of Shocking Pink #EF14D3

Tints of Shocking Pink #EF14D3

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.26%

 BLUE value IS 211 (82.81% from 255) = 44.89%

R = 50.85%
G = 4.26%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF14D3 (or 0xEF14D3) is known color: Shocking Pink. HEX triplet: EF, 14 and D3. RGB value is (239,20,211). Sum of RGB (Red+Green+Blue) = 239+20+211=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14D3 is #10EB2C. Grayscale: #6A6A6A. Windows color (decimal): -1108781 or 13833455. OLE color: 13833455.

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

Color convert

RGB 239 20 211 -
CMYK 0 0.92 0.12 0.06
HSL 307.67º 0.87% 0.51% -
HSV(B) 307.67º 0.92% 0.94% -
XYZ 47.6 23.55 63.67 -
YUV 107.26 186.55 221.97 -
System Red Green Blue C M Y K H S L
Decimal 239 20 211 0 0.92 0.12 0.06 307.67 0.87 0.51
Hex EF 14 D3 0 5C C 6 134 57 33
Octal 357 24 323 0 134 14 6 464 127 63
Binary 11101111 10100 11010011 0 1011100 1100 110 100110100 1010111 110011

Color Harmonies of #EF14D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14D3

Black with #EF14D3

Text Example


Text Example

White with #EF14D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14D3; }

 p { color: rgb(239,20,211); }

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

background-color css

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

 a { background-color: rgb(239,20,211); }

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

border-color css

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

 span { border-color: rgb(239,20,211); }

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