Html Css Color HEX #E921B9 Spicy Pink

📋 copy color: '#E921B9'

red 233 ◦ green 33 ◦ blue 185

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

Shades of Spicy Pink #E921B9

Tints of Spicy Pink #E921B9

RGB

 RED value IS 233 (91.41% from 255) = 51.66%

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

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

R = 51.66%
G = 7.32%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E921B9 (or 0xE921B9) is known color: Spicy Pink. HEX triplet: E9, 21 and B9. RGB value is (233,33,185). Sum of RGB (Red+Green+Blue) = 233+33+185=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E921B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E921B9 is #16DE46. Grayscale: #6D6D6D. Windows color (decimal): -1498695 or 12132841. OLE color: 12132841.

HSL color Cylindrical-coordinate representation of color #E921B9: hue angle of 314.4º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E921B9 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 33 185 -
CMYK 0 0.86 0.21 0.09
HSL 314.4º 0.82% 0.52% -
HSV(B) 314.4º 0.86% 0.91% -
XYZ 42.91 21.91 47.87 -
YUV 110.13 170.26 215.64 -
System Red Green Blue C M Y K H S L
Decimal 233 33 185 0 0.86 0.21 0.09 314.4 0.82 0.52
Hex E9 21 B9 0 56 15 9 13A 52 34
Octal 351 41 271 0 126 25 11 472 122 64
Binary 11101001 100001 10111001 0 1010110 10101 1001 100111010 1010010 110100

Color Harmonies of #E921B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E921B9

Black with #E921B9

Text Example


Text Example

White with #E921B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E921B9; }

 p { color: rgb(233,33,185); }

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

background-color css

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

 a { background-color: rgb(233,33,185); }

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

border-color css

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

 span { border-color: rgb(233,33,185); }

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