Html Css Color HEX #EF15B4 Shocking Pink

📋 copy color: '#EF15B4'

red 239 ◦ green 21 ◦ blue 180

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

Shades of Shocking Pink #EF15B4

Tints of Shocking Pink #EF15B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 54.32%
G = 4.77%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF15B4 (or 0xEF15B4) is known color: Shocking Pink. HEX triplet: EF, 15 and B4. RGB value is (239,21,180). Sum of RGB (Red+Green+Blue) = 239+21+180=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15B4 is #10EA4B. Grayscale: #676767. Windows color (decimal): -1108556 or 11802095. OLE color: 11802095.

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

Color convert

RGB 239 21 180 -
CMYK 0 0.91 0.25 0.06
HSL 316.24º 0.87% 0.51% -
HSV(B) 316.24º 0.91% 0.94% -
XYZ 44.1 22.18 45.14 -
YUV 104.31 170.72 224.07 -
System Red Green Blue C M Y K H S L
Decimal 239 21 180 0 0.91 0.25 0.06 316.24 0.87 0.51
Hex EF 15 B4 0 5B 19 6 13C 57 33
Octal 357 25 264 0 133 31 6 474 127 63
Binary 11101111 10101 10110100 0 1011011 11001 110 100111100 1010111 110011

Color Harmonies of #EF15B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15B4

Black with #EF15B4

Text Example


Text Example

White with #EF15B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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