Html Css Color HEX #EF22B9 Spicy Pink

📋 copy color: '#EF22B9'

red 239 ◦ green 34 ◦ blue 185

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

Shades of Spicy Pink #EF22B9

Tints of Spicy Pink #EF22B9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.42%

 BLUE value IS 185 (72.66% from 255) = 40.39%

R = 52.18%
G = 7.42%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF22B9 (or 0xEF22B9) is known color: Spicy Pink. HEX triplet: EF, 22 and B9. RGB value is (239,34,185). Sum of RGB (Red+Green+Blue) = 239+34+185=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 34 (13.67% from 255 or 7.42% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF22B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF22B9 is #10DD46. Grayscale: #707070. Windows color (decimal): -1105223 or 12133103. OLE color: 12133103.

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

Color convert

RGB 239 34 185 -
CMYK 0 0.86 0.23 0.06
HSL 315.8º 0.86% 0.54% -
HSV(B) 315.8º 0.86% 0.94% -
XYZ 44.93 23 47.97 -
YUV 112.51 168.92 218.22 -
System Red Green Blue C M Y K H S L
Decimal 239 34 185 0 0.86 0.23 0.06 315.8 0.86 0.54
Hex EF 22 B9 0 56 17 6 13C 56 36
Octal 357 42 271 0 126 27 6 474 126 66
Binary 11101111 100010 10111001 0 1010110 10111 110 100111100 1010110 110110

Color Harmonies of #EF22B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF22B9

Black with #EF22B9

Text Example


Text Example

White with #EF22B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF22B9; }

 p { color: rgb(239,34,185); }

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

background-color css

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

 a { background-color: rgb(239,34,185); }

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

border-color css

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

 span { border-color: rgb(239,34,185); }

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