Html Css Color HEX #E139AA Persian Rose

📋 copy color: '#E139AA'

red 225 ◦ green 57 ◦ blue 170

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

Shades of Persian Rose #E139AA

Tints of Persian Rose #E139AA

RGB

 RED value IS 225 (88.28% from 255) = 49.78%

 GREEN value IS 57 (22.66% from 255) = 12.61%

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 49.78%
G = 12.61%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E139AA (or 0xE139AA) is known color: Persian Rose. HEX triplet: E1, 39 and AA. RGB value is (225,57,170). Sum of RGB (Red+Green+Blue) = 225+57+170=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E139AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E139AA is #1EC655. Grayscale: #777777. Windows color (decimal): -2016854 or 11155937. OLE color: 11155937.

HSL color Cylindrical-coordinate representation of color #E139AA: hue angle of 319.64º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E139AA is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 57 170 -
CMYK 0 0.75 0.24 0.12
HSL 319.64º 0.74% 0.55% -
HSV(B) 319.64º 0.75% 0.88% -
XYZ 39.77 21.84 40.15 -
YUV 120.11 156.16 202.81 -
System Red Green Blue C M Y K H S L
Decimal 225 57 170 0 0.75 0.24 0.12 319.64 0.74 0.55
Hex E1 39 AA 0 4B 18 C 140 4A 37
Octal 341 71 252 0 113 30 14 500 112 67
Binary 11100001 111001 10101010 0 1001011 11000 1100 101000000 1001010 110111

Color Harmonies of #E139AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E139AA

Black with #E139AA

Text Example


Text Example

White with #E139AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E139AA; }

 p { color: rgb(225,57,170); }

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

background-color css

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

 a { background-color: rgb(225,57,170); }

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

border-color css

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

 span { border-color: rgb(225,57,170); }

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