Html Css Color HEX #EF15CE Shocking Pink

📋 copy color: '#EF15CE'

red 239 ◦ green 21 ◦ blue 206

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

Shades of Shocking Pink #EF15CE

Tints of Shocking Pink #EF15CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.51%

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 51.29%
G = 4.51%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF15CE (or 0xEF15CE) is known color: Shocking Pink. HEX triplet: EF, 15 and CE. RGB value is (239,21,206). Sum of RGB (Red+Green+Blue) = 239+21+206=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15CE is #10EA31. Grayscale: #6A6A6A. Windows color (decimal): -1108530 or 13506031. OLE color: 13506031.

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

Color convert

RGB 239 21 206 -
CMYK 0 0.91 0.14 0.06
HSL 309.08º 0.87% 0.51% -
HSV(B) 309.08º 0.91% 0.94% -
XYZ 47.01 23.34 60.42 -
YUV 107.27 183.72 221.96 -
System Red Green Blue C M Y K H S L
Decimal 239 21 206 0 0.91 0.14 0.06 309.08 0.87 0.51
Hex EF 15 CE 0 5B E 6 135 57 33
Octal 357 25 316 0 133 16 6 465 127 63
Binary 11101111 10101 11001110 0 1011011 1110 110 100110101 1010111 110011

Color Harmonies of #EF15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15CE

Black with #EF15CE

Text Example


Text Example

White with #EF15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15CE; }

 p { color: rgb(239,21,206); }

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

background-color css

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

 a { background-color: rgb(239,21,206); }

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

border-color css

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

 span { border-color: rgb(239,21,206); }

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