Html Css Color HEX #EF13B4 Shocking Pink

📋 copy color: '#EF13B4'

red 239 ◦ green 19 ◦ blue 180

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

Shades of Shocking Pink #EF13B4

Tints of Shocking Pink #EF13B4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.34%

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

R = 54.57%
G = 4.34%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF13B4 (or 0xEF13B4) is known color: Shocking Pink. HEX triplet: EF, 13 and B4. RGB value is (239,19,180). Sum of RGB (Red+Green+Blue) = 239+19+180=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF13B4 is #10EC4B. Grayscale: #666666. Windows color (decimal): -1109068 or 11801583. OLE color: 11801583.

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

Color convert

RGB 239 19 180 -
CMYK 0 0.92 0.25 0.06
HSL 316.09º 0.87% 0.51% -
HSV(B) 316.09º 0.92% 0.94% -
XYZ 44.07 22.11 45.13 -
YUV 103.13 171.39 224.91 -
System Red Green Blue C M Y K H S L
Decimal 239 19 180 0 0.92 0.25 0.06 316.09 0.87 0.51
Hex EF 13 B4 0 5C 19 6 13C 57 33
Octal 357 23 264 0 134 31 6 474 127 63
Binary 11101111 10011 10110100 0 1011100 11001 110 100111100 1010111 110011

Color Harmonies of #EF13B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13B4

Black with #EF13B4

Text Example


Text Example

White with #EF13B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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