Html Css Color HEX #EF15C3 Shocking Pink

📋 copy color: '#EF15C3'

red 239 ◦ green 21 ◦ blue 195

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

Shades of Shocking Pink #EF15C3

Tints of Shocking Pink #EF15C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.86%

R = 52.53%
G = 4.62%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF15C3 (or 0xEF15C3) is known color: Shocking Pink. HEX triplet: EF, 15 and C3. RGB value is (239,21,195). Sum of RGB (Red+Green+Blue) = 239+21+195=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15C3 is #10EA3C. Grayscale: #696969. Windows color (decimal): -1108541 or 12785135. OLE color: 12785135.

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

Color convert

RGB 239 21 195 -
CMYK 0 0.91 0.18 0.06
HSL 312.11º 0.87% 0.51% -
HSV(B) 312.11º 0.91% 0.94% -
XYZ 45.72 22.83 53.63 -
YUV 106.02 178.22 222.85 -
System Red Green Blue C M Y K H S L
Decimal 239 21 195 0 0.91 0.18 0.06 312.11 0.87 0.51
Hex EF 15 C3 0 5B 12 6 138 57 33
Octal 357 25 303 0 133 22 6 470 127 63
Binary 11101111 10101 11000011 0 1011011 10010 110 100111000 1010111 110011

Color Harmonies of #EF15C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15C3

Black with #EF15C3

Text Example


Text Example

White with #EF15C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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