Html Css Color HEX #E32EB4 Spicy Pink

📋 copy color: '#E32EB4'

red 227 ◦ green 46 ◦ blue 180

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

Shades of Spicy Pink #E32EB4

Tints of Spicy Pink #E32EB4

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.15%

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

R = 50.11%
G = 10.15%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E32EB4 (or 0xE32EB4) is known color: Spicy Pink. HEX triplet: E3, 2E and B4. RGB value is (227,46,180). Sum of RGB (Red+Green+Blue) = 227+46+180=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E32EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32EB4 is #1CD14B. Grayscale: #737373. Windows color (decimal): -1888588 or 11808483. OLE color: 11808483.

HSL color Cylindrical-coordinate representation of color #E32EB4: hue angle of 315.58º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32EB4 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 46 180 -
CMYK 0 0.80 0.21 0.11
HSL 315.58º 0.76% 0.54% -
HSV(B) 315.58º 0.8% 0.89% -
XYZ 40.89 21.58 45.19 -
YUV 115.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 227 46 180 0 0.80 0.21 0.11 315.58 0.76 0.54
Hex E3 2E B4 0 50 15 B 13C 4C 36
Octal 343 56 264 0 120 25 13 474 114 66
Binary 11100011 101110 10110100 0 1010000 10101 1011 100111100 1001100 110110

Color Harmonies of #E32EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32EB4

Black with #E32EB4

Text Example


Text Example

White with #E32EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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