Html Css Color HEX #EF29AF Spicy Pink

📋 copy color: '#EF29AF'

red 239 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #EF29AF

Tints of Spicy Pink #EF29AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.01%

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

R = 52.53%
G = 9.01%
B = 38.46%

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

#EF29AF (or 0xEF29AF) is known color: Spicy Pink. HEX triplet: EF, 29 and AF. RGB value is (239,41,175). Sum of RGB (Red+Green+Blue) = 239+41+175=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF29AF is #10D650. Grayscale: #737373. Windows color (decimal): -1103441 or 11479535. OLE color: 11479535.

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

Color convert

RGB 239 41 175 -
CMYK 0 0.83 0.27 0.06
HSL 319.39º 0.86% 0.55% -
HSV(B) 319.39º 0.83% 0.94% -
XYZ 44.13 23.03 42.68 -
YUV 115.48 161.6 216.1 -
System Red Green Blue C M Y K H S L
Decimal 239 41 175 0 0.83 0.27 0.06 319.39 0.86 0.55
Hex EF 29 AF 0 53 1B 6 13F 56 37
Octal 357 51 257 0 123 33 6 477 126 67
Binary 11101111 101001 10101111 0 1010011 11011 110 100111111 1010110 110111

Color Harmonies of #EF29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29AF

Black with #EF29AF

Text Example


Text Example

White with #EF29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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