Html Css Color HEX #E130AA Persian Rose

📋 copy color: '#E130AA'

red 225 ◦ green 48 ◦ blue 170

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

Shades of Persian Rose #E130AA

Tints of Persian Rose #E130AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.84%

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

R = 50.79%
G = 10.84%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E130AA (or 0xE130AA) is known color: Persian Rose. HEX triplet: E1, 30 and AA. RGB value is (225,48,170). Sum of RGB (Red+Green+Blue) = 225+48+170=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E130AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E130AA is #1ECF55. Grayscale: #727272. Windows color (decimal): -2019158 or 11153633. OLE color: 11153633.

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

Color convert

RGB 225 48 170 -
CMYK 0 0.79 0.24 0.12
HSL 318.64º 0.75% 0.54% -
HSV(B) 318.64º 0.79% 0.88% -
XYZ 39.36 21.02 40.01 -
YUV 114.83 159.14 206.58 -
System Red Green Blue C M Y K H S L
Decimal 225 48 170 0 0.79 0.24 0.12 318.64 0.75 0.54
Hex E1 30 AA 0 4F 18 C 13F 4B 36
Octal 341 60 252 0 117 30 14 477 113 66
Binary 11100001 110000 10101010 0 1001111 11000 1100 100111111 1001011 110110

Color Harmonies of #E130AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130AA

Black with #E130AA

Text Example


Text Example

White with #E130AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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