Html Css Color HEX #E126AA Persian Rose

📋 copy color: '#E126AA'

red 225 ◦ green 38 ◦ blue 170

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

Shades of Persian Rose #E126AA

Tints of Persian Rose #E126AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.78%

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

R = 51.96%
G = 8.78%
B = 39.26%

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

#E126AA (or 0xE126AA) is known color: Persian Rose. HEX triplet: E1, 26 and AA. RGB value is (225,38,170). Sum of RGB (Red+Green+Blue) = 225+38+170=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E126AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E126AA is #1ED955. Grayscale: #6C6C6C. Windows color (decimal): -2021718 or 11151073. OLE color: 11151073.

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

Color convert

RGB 225 38 170 -
CMYK 0 0.83 0.24 0.12
HSL 317.65º 0.76% 0.52% -
HSV(B) 317.65º 0.83% 0.88% -
XYZ 39 20.3 39.89 -
YUV 108.96 162.45 210.77 -
System Red Green Blue C M Y K H S L
Decimal 225 38 170 0 0.83 0.24 0.12 317.65 0.76 0.52
Hex E1 26 AA 0 53 18 C 13E 4C 34
Octal 341 46 252 0 123 30 14 476 114 64
Binary 11100001 100110 10101010 0 1010011 11000 1100 100111110 1001100 110100

Color Harmonies of #E126AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126AA

Black with #E126AA

Text Example


Text Example

White with #E126AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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