Html Css Color HEX #E127AA Persian Rose

📋 copy color: '#E127AA'

red 225 ◦ green 39 ◦ blue 170

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

Shades of Persian Rose #E127AA

Tints of Persian Rose #E127AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.99%

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

R = 51.84%
G = 8.99%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E127AA (or 0xE127AA) is known color: Persian Rose. HEX triplet: E1, 27 and AA. RGB value is (225,39,170). Sum of RGB (Red+Green+Blue) = 225+39+170=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E127AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E127AA is #1ED855. Grayscale: #6D6D6D. Windows color (decimal): -2021462 or 11151329. OLE color: 11151329.

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

Color convert

RGB 225 39 170 -
CMYK 0 0.83 0.24 0.12
HSL 317.74º 0.76% 0.52% -
HSV(B) 317.74º 0.83% 0.88% -
XYZ 39.03 20.36 39.9 -
YUV 109.55 162.12 210.35 -
System Red Green Blue C M Y K H S L
Decimal 225 39 170 0 0.83 0.24 0.12 317.74 0.76 0.52
Hex E1 27 AA 0 53 18 C 13E 4C 34
Octal 341 47 252 0 123 30 14 476 114 64
Binary 11100001 100111 10101010 0 1010011 11000 1100 100111110 1001100 110100

Color Harmonies of #E127AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127AA

Black with #E127AA

Text Example


Text Example

White with #E127AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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