Html Css Color HEX #EF15C4 Shocking Pink

📋 copy color: '#EF15C4'

red 239 ◦ green 21 ◦ blue 196

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

Shades of Shocking Pink #EF15C4

Tints of Shocking Pink #EF15C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.98%

R = 52.41%
G = 4.61%
B = 42.98%

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

#EF15C4 (or 0xEF15C4) is known color: Shocking Pink. HEX triplet: EF, 15 and C4. RGB value is (239,21,196). Sum of RGB (Red+Green+Blue) = 239+21+196=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15C4 is #10EA3B. Grayscale: #696969. Windows color (decimal): -1108540 or 12850671. OLE color: 12850671.

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

Color convert

RGB 239 21 196 -
CMYK 0 0.91 0.18 0.06
HSL 311.83º 0.87% 0.51% -
HSV(B) 311.83º 0.91% 0.94% -
XYZ 45.83 22.87 54.22 -
YUV 106.13 178.72 222.77 -
System Red Green Blue C M Y K H S L
Decimal 239 21 196 0 0.91 0.18 0.06 311.83 0.87 0.51
Hex EF 15 C4 0 5B 12 6 138 57 33
Octal 357 25 304 0 133 22 6 470 127 63
Binary 11101111 10101 11000100 0 1011011 10010 110 100111000 1010111 110011

Color Harmonies of #EF15C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15C4

Black with #EF15C4

Text Example


Text Example

White with #EF15C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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