Html Css Color HEX #E325A5 Persian Rose

📋 copy color: '#E325A5'

red 227 ◦ green 37 ◦ blue 165

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

Shades of Persian Rose #E325A5

Tints of Persian Rose #E325A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.46%

R = 52.91%
G = 8.62%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E325A5 (or 0xE325A5) is known color: Persian Rose. HEX triplet: E3, 25 and A5. RGB value is (227,37,165). Sum of RGB (Red+Green+Blue) = 227+37+165=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E325A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E325A5 is #1CDA5A. Grayscale: #6C6C6C. Windows color (decimal): -1890907 or 10823139. OLE color: 10823139.

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

Color convert

RGB 227 37 165 -
CMYK 0 0.84 0.27 0.11
HSL 319.58º 0.77% 0.52% -
HSV(B) 319.58º 0.84% 0.89% -
XYZ 39.13 20.37 37.47 -
YUV 108.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 227 37 165 0 0.84 0.27 0.11 319.58 0.77 0.52
Hex E3 25 A5 0 54 1B B 140 4D 34
Octal 343 45 245 0 124 33 13 500 115 64
Binary 11100011 100101 10100101 0 1010100 11011 1011 101000000 1001101 110100

Color Harmonies of #E325A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E325A5

Black with #E325A5

Text Example


Text Example

White with #E325A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E325A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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