Html Css Color HEX #EF28AF Spicy Pink

📋 copy color: '#EF28AF'

red 239 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #EF28AF

Tints of Spicy Pink #EF28AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.81%

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 52.64%
G = 8.81%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF28AF (or 0xEF28AF) is known color: Spicy Pink. HEX triplet: EF, 28 and AF. RGB value is (239,40,175). Sum of RGB (Red+Green+Blue) = 239+40+175=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF28AF is #10D750. Grayscale: #727272. Windows color (decimal): -1103697 or 11479279. OLE color: 11479279.

HSL color Cylindrical-coordinate representation of color #EF28AF: hue angle of 319.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF28AF is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 40 175 -
CMYK 0 0.83 0.27 0.06
HSL 319.3º 0.86% 0.55% -
HSV(B) 319.3º 0.83% 0.94% -
XYZ 44.09 22.96 42.67 -
YUV 114.89 161.93 216.52 -
System Red Green Blue C M Y K H S L
Decimal 239 40 175 0 0.83 0.27 0.06 319.3 0.86 0.55
Hex EF 28 AF 0 53 1B 6 13F 56 37
Octal 357 50 257 0 123 33 6 477 126 67
Binary 11101111 101000 10101111 0 1010011 11011 110 100111111 1010110 110111

Color Harmonies of #EF28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28AF

Black with #EF28AF

Text Example


Text Example

White with #EF28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28AF; }

 p { color: rgb(239,40,175); }

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

background-color css

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

 a { background-color: rgb(239,40,175); }

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

border-color css

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

 span { border-color: rgb(239,40,175); }

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