Html Css Color HEX #E136AA Persian Rose

📋 copy color: '#E136AA'

red 225 ◦ green 54 ◦ blue 170

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

Shades of Persian Rose #E136AA

Tints of Persian Rose #E136AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.03%

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

R = 50.11%
G = 12.03%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E136AA (or 0xE136AA) is known color: Persian Rose. HEX triplet: E1, 36 and AA. RGB value is (225,54,170). Sum of RGB (Red+Green+Blue) = 225+54+170=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E136AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E136AA is #1EC955. Grayscale: #767676. Windows color (decimal): -2017622 or 11155169. OLE color: 11155169.

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

Color convert

RGB 225 54 170 -
CMYK 0 0.76 0.24 0.12
HSL 319.3º 0.74% 0.55% -
HSV(B) 319.3º 0.76% 0.88% -
XYZ 39.63 21.55 40.1 -
YUV 118.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 225 54 170 0 0.76 0.24 0.12 319.3 0.74 0.55
Hex E1 36 AA 0 4C 18 C 13F 4A 37
Octal 341 66 252 0 114 30 14 477 112 67
Binary 11100001 110110 10101010 0 1001100 11000 1100 100111111 1001010 110111

Color Harmonies of #E136AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136AA

Black with #E136AA

Text Example


Text Example

White with #E136AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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