Html Css Color HEX #E326A0 Persian Rose

📋 copy color: '#E326A0'

red 227 ◦ green 38 ◦ blue 160

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

Shades of Persian Rose #E326A0

Tints of Persian Rose #E326A0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.94%

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 53.41%
G = 8.94%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E326A0 (or 0xE326A0) is known color: Persian Rose. HEX triplet: E3, 26 and A0. RGB value is (227,38,160). Sum of RGB (Red+Green+Blue) = 227+38+160=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E326A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E326A0 is #1CD95F. Grayscale: #6C6C6C. Windows color (decimal): -1890656 or 10495715. OLE color: 10495715.

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

Color convert

RGB 227 38 160 -
CMYK 0 0.83 0.30 0.11
HSL 321.27º 0.77% 0.52% -
HSV(B) 321.27º 0.83% 0.89% -
XYZ 38.72 20.26 35.13 -
YUV 108.42 157.12 212.58 -
System Red Green Blue C M Y K H S L
Decimal 227 38 160 0 0.83 0.30 0.11 321.27 0.77 0.52
Hex E3 26 A0 0 53 1E B 141 4D 34
Octal 343 46 240 0 123 36 13 501 115 64
Binary 11100011 100110 10100000 0 1010011 11110 1011 101000001 1001101 110100

Color Harmonies of #E326A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E326A0

Black with #E326A0

Text Example


Text Example

White with #E326A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E326A0; }

 p { color: rgb(227,38,160); }

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

background-color css

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

 a { background-color: rgb(227,38,160); }

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

border-color css

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

 span { border-color: rgb(227,38,160); }

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