Html Css Color HEX #E321B4 Spicy Pink

📋 copy color: '#E321B4'

red 227 ◦ green 33 ◦ blue 180

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

Shades of Spicy Pink #E321B4

Tints of Spicy Pink #E321B4

RGB

 RED value IS 227 (89.06% from 255) = 51.59%

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

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 51.59%
G = 7.5%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E321B4 (or 0xE321B4) is known color: Spicy Pink. HEX triplet: E3, 21 and B4. RGB value is (227,33,180). Sum of RGB (Red+Green+Blue) = 227+33+180=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E321B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E321B4 is #1CDE4B. Grayscale: #6B6B6B. Windows color (decimal): -1891916 or 11805155. OLE color: 11805155.

HSL color Cylindrical-coordinate representation of color #E321B4: hue angle of 314.54º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E321B4 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 33 180 -
CMYK 0 0.85 0.21 0.11
HSL 314.54º 0.78% 0.51% -
HSV(B) 314.54º 0.85% 0.89% -
XYZ 40.46 20.71 45.05 -
YUV 107.76 168.77 213.05 -
System Red Green Blue C M Y K H S L
Decimal 227 33 180 0 0.85 0.21 0.11 314.54 0.78 0.51
Hex E3 21 B4 0 55 15 B 13B 4E 33
Octal 343 41 264 0 125 25 13 473 116 63
Binary 11100011 100001 10110100 0 1010101 10101 1011 100111011 1001110 110011

Color Harmonies of #E321B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E321B4

Black with #E321B4

Text Example


Text Example

White with #E321B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E321B4; }

 p { color: rgb(227,33,180); }

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

background-color css

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

 a { background-color: rgb(227,33,180); }

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

border-color css

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

 span { border-color: rgb(227,33,180); }

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