Html Css Color HEX #E325B8 Spicy Pink

📋 copy color: '#E325B8'

red 227 ◦ green 37 ◦ blue 184

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

Shades of Spicy Pink #E325B8

Tints of Spicy Pink #E325B8

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.26%

 BLUE value IS 184 (72.27% from 255) = 41.07%

R = 50.67%
G = 8.26%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E325B8 (or 0xE325B8) is known color: Spicy Pink. HEX triplet: E3, 25 and B8. RGB value is (227,37,184). Sum of RGB (Red+Green+Blue) = 227+37+184=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E325B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325B8 is #1CDA47. Grayscale: #6E6E6E. Windows color (decimal): -1890888 or 12068323. OLE color: 12068323.

HSL color Cylindrical-coordinate representation of color #E325B8: hue angle of 313.58º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E325B8 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 37 184 -
CMYK 0 0.84 0.19 0.11
HSL 313.58º 0.77% 0.52% -
HSV(B) 313.58º 0.84% 0.89% -
XYZ 40.99 21.11 47.26 -
YUV 110.57 169.45 211.05 -
System Red Green Blue C M Y K H S L
Decimal 227 37 184 0 0.84 0.19 0.11 313.58 0.77 0.52
Hex E3 25 B8 0 54 13 B 13A 4D 34
Octal 343 45 270 0 124 23 13 472 115 64
Binary 11100011 100101 10111000 0 1010100 10011 1011 100111010 1001101 110100

Color Harmonies of #E325B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E325B8

Black with #E325B8

Text Example


Text Example

White with #E325B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E325B8; }

 p { color: rgb(227,37,184); }

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

background-color css

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

 a { background-color: rgb(227,37,184); }

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

border-color css

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

 span { border-color: rgb(227,37,184); }

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