Html Css Color HEX #EF13B0 Spicy Pink

📋 copy color: '#EF13B0'

red 239 ◦ green 19 ◦ blue 176

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

Shades of Spicy Pink #EF13B0

Tints of Spicy Pink #EF13B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.55%

R = 55.07%
G = 4.38%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF13B0 (or 0xEF13B0) is known color: Spicy Pink. HEX triplet: EF, 13 and B0. RGB value is (239,19,176). Sum of RGB (Red+Green+Blue) = 239+19+176=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF13B0 is #10EC4F. Grayscale: #666666. Windows color (decimal): -1109072 or 11539439. OLE color: 11539439.

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

Color convert

RGB 239 19 176 -
CMYK 0 0.92 0.26 0.06
HSL 317.18º 0.87% 0.51% -
HSV(B) 317.18º 0.92% 0.94% -
XYZ 43.67 21.95 43.01 -
YUV 102.68 169.39 225.23 -
System Red Green Blue C M Y K H S L
Decimal 239 19 176 0 0.92 0.26 0.06 317.18 0.87 0.51
Hex EF 13 B0 0 5C 1A 6 13D 57 33
Octal 357 23 260 0 134 32 6 475 127 63
Binary 11101111 10011 10110000 0 1011100 11010 110 100111101 1010111 110011

Color Harmonies of #EF13B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13B0

Black with #EF13B0

Text Example


Text Example

White with #EF13B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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