Html Css Color HEX #EF29BA Spicy Pink

📋 copy color: '#EF29BA'

red 239 ◦ green 41 ◦ blue 186

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

Shades of Spicy Pink #EF29BA

Tints of Spicy Pink #EF29BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 51.29%
G = 8.8%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF29BA (or 0xEF29BA) is known color: Spicy Pink. HEX triplet: EF, 29 and BA. RGB value is (239,41,186). Sum of RGB (Red+Green+Blue) = 239+41+186=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF29BA is #10D645. Grayscale: #747474. Windows color (decimal): -1103430 or 12200431. OLE color: 12200431.

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

Color convert

RGB 239 41 186 -
CMYK 0 0.83 0.22 0.06
HSL 316.06º 0.86% 0.55% -
HSV(B) 316.06º 0.83% 0.94% -
XYZ 45.25 23.48 48.6 -
YUV 116.73 167.1 215.21 -
System Red Green Blue C M Y K H S L
Decimal 239 41 186 0 0.83 0.22 0.06 316.06 0.86 0.55
Hex EF 29 BA 0 53 16 6 13C 56 37
Octal 357 51 272 0 123 26 6 474 126 67
Binary 11101111 101001 10111010 0 1010011 10110 110 100111100 1010110 110111

Color Harmonies of #EF29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29BA

Black with #EF29BA

Text Example


Text Example

White with #EF29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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