Html Css Color HEX #EF21BA Spicy Pink

📋 copy color: '#EF21BA'

red 239 ◦ green 33 ◦ blue 186

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

Shades of Spicy Pink #EF21BA

Tints of Spicy Pink #EF21BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.21%

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

R = 52.18%
G = 7.21%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF21BA (or 0xEF21BA) is known color: Spicy Pink. HEX triplet: EF, 21 and BA. RGB value is (239,33,186). Sum of RGB (Red+Green+Blue) = 239+33+186=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF21BA is #10DE45. Grayscale: #6F6F6F. Windows color (decimal): -1105478 or 12198383. OLE color: 12198383.

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

Color convert

RGB 239 33 186 -
CMYK 0 0.86 0.22 0.06
HSL 315.44º 0.87% 0.53% -
HSV(B) 315.44º 0.86% 0.94% -
XYZ 45 22.98 48.52 -
YUV 112.04 169.75 218.56 -
System Red Green Blue C M Y K H S L
Decimal 239 33 186 0 0.86 0.22 0.06 315.44 0.87 0.53
Hex EF 21 BA 0 56 16 6 13B 57 35
Octal 357 41 272 0 126 26 6 473 127 65
Binary 11101111 100001 10111010 0 1010110 10110 110 100111011 1010111 110101

Color Harmonies of #EF21BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF21BA

Black with #EF21BA

Text Example


Text Example

White with #EF21BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF21BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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