Html Css Color HEX #E325A3 Persian Rose

📋 copy color: '#E325A3'

red 227 ◦ green 37 ◦ blue 163

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

Shades of Persian Rose #E325A3

Tints of Persian Rose #E325A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.17%

R = 53.16%
G = 8.67%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E325A3 (or 0xE325A3) is known color: Persian Rose. HEX triplet: E3, 25 and A3. RGB value is (227,37,163). Sum of RGB (Red+Green+Blue) = 227+37+163=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E325A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E325A3 is #1CDA5C. Grayscale: #6B6B6B. Windows color (decimal): -1890909 or 10692067. OLE color: 10692067.

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

Color convert

RGB 227 37 163 -
CMYK 0 0.84 0.28 0.11
HSL 320.21º 0.77% 0.52% -
HSV(B) 320.21º 0.84% 0.89% -
XYZ 38.95 20.3 36.52 -
YUV 108.17 158.95 212.75 -
System Red Green Blue C M Y K H S L
Decimal 227 37 163 0 0.84 0.28 0.11 320.21 0.77 0.52
Hex E3 25 A3 0 54 1C B 140 4D 34
Octal 343 45 243 0 124 34 13 500 115 64
Binary 11100011 100101 10100011 0 1010100 11100 1011 101000000 1001101 110100

Color Harmonies of #E325A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E325A3

Black with #E325A3

Text Example


Text Example

White with #E325A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E325A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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