Html Css Color HEX #E325AF Spicy Pink

📋 copy color: '#E325AF'

red 227 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #E325AF

Tints of Spicy Pink #E325AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.86%

R = 51.71%
G = 8.43%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E325AF (or 0xE325AF) is known color: Spicy Pink. HEX triplet: E3, 25 and AF. RGB value is (227,37,175). Sum of RGB (Red+Green+Blue) = 227+37+175=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E325AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E325AF is #1CDA50. Grayscale: #6D6D6D. Windows color (decimal): -1890897 or 11478499. OLE color: 11478499.

HSL color Cylindrical-coordinate representation of color #E325AF: hue angle of 316.42º 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 #E325AF is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 37 175 -
CMYK 0 0.84 0.23 0.11
HSL 316.42º 0.77% 0.52% -
HSV(B) 316.42º 0.84% 0.89% -
XYZ 40.08 20.75 42.45 -
YUV 109.54 164.95 211.78 -
System Red Green Blue C M Y K H S L
Decimal 227 37 175 0 0.84 0.23 0.11 316.42 0.77 0.52
Hex E3 25 AF 0 54 17 B 13C 4D 34
Octal 343 45 257 0 124 27 13 474 115 64
Binary 11100011 100101 10101111 0 1010100 10111 1011 100111100 1001101 110100

Color Harmonies of #E325AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E325AF

Black with #E325AF

Text Example


Text Example

White with #E325AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E325AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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