Html Css Color HEX #E326A9 Persian Rose

📋 copy color: '#E326A9'

red 227 ◦ green 38 ◦ blue 169

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

Shades of Persian Rose #E326A9

Tints of Persian Rose #E326A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.94%

R = 52.3%
G = 8.76%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E326A9 (or 0xE326A9) is known color: Persian Rose. HEX triplet: E3, 26 and A9. RGB value is (227,38,169). Sum of RGB (Red+Green+Blue) = 227+38+169=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E326A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E326A9 is #1CD956. Grayscale: #6D6D6D. Windows color (decimal): -1890647 or 11085539. OLE color: 11085539.

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

Color convert

RGB 227 38 169 -
CMYK 0 0.83 0.26 0.11
HSL 318.41º 0.77% 0.52% -
HSV(B) 318.41º 0.83% 0.89% -
XYZ 39.53 20.58 39.43 -
YUV 109.45 161.62 211.85 -
System Red Green Blue C M Y K H S L
Decimal 227 38 169 0 0.83 0.26 0.11 318.41 0.77 0.52
Hex E3 26 A9 0 53 1A B 13E 4D 34
Octal 343 46 251 0 123 32 13 476 115 64
Binary 11100011 100110 10101001 0 1010011 11010 1011 100111110 1001101 110100

Color Harmonies of #E326A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E326A9

Black with #E326A9

Text Example


Text Example

White with #E326A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E326A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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