Html Css Color HEX #E127A9 Persian Rose

📋 copy color: '#E127A9'

red 225 ◦ green 39 ◦ blue 169

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

Shades of Persian Rose #E127A9

Tints of Persian Rose #E127A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.03%

R = 51.96%
G = 9.01%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E127A9 (or 0xE127A9) is known color: Persian Rose. HEX triplet: E1, 27 and A9. RGB value is (225,39,169). Sum of RGB (Red+Green+Blue) = 225+39+169=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E127A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E127A9 is #1ED856. Grayscale: #6D6D6D. Windows color (decimal): -2021463 or 11085793. OLE color: 11085793.

HSL color Cylindrical-coordinate representation of color #E127A9: hue angle of 318.06º 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 #E127A9 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 39 169 -
CMYK 0 0.83 0.25 0.12
HSL 318.06º 0.76% 0.52% -
HSV(B) 318.06º 0.83% 0.88% -
XYZ 38.94 20.32 39.41 -
YUV 109.43 161.62 210.43 -
System Red Green Blue C M Y K H S L
Decimal 225 39 169 0 0.83 0.25 0.12 318.06 0.76 0.52
Hex E1 27 A9 0 53 19 C 13E 4C 34
Octal 341 47 251 0 123 31 14 476 114 64
Binary 11100001 100111 10101001 0 1010011 11001 1100 100111110 1001100 110100

Color Harmonies of #E127A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127A9

Black with #E127A9

Text Example


Text Example

White with #E127A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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