Html Css Color HEX #E231AA Persian Rose

📋 copy color: '#E231AA'

red 226 ◦ green 49 ◦ blue 170

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

Shades of Persian Rose #E231AA

Tints of Persian Rose #E231AA

RGB

 RED value IS 226 (88.67% from 255) = 50.79%

 GREEN value IS 49 (19.53% from 255) = 11.01%

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

R = 50.79%
G = 11.01%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E231AA (or 0xE231AA) is known color: Persian Rose. HEX triplet: E2, 31 and AA. RGB value is (226,49,170). Sum of RGB (Red+Green+Blue) = 226+49+170=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E231AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E231AA is #1DCE55. Grayscale: #737373. Windows color (decimal): -1953366 or 11153890. OLE color: 11153890.

HSL color Cylindrical-coordinate representation of color #E231AA: hue angle of 318.98º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E231AA is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 49 170 -
CMYK 0 0.78 0.25 0.11
HSL 318.98º 0.75% 0.54% -
HSV(B) 318.98º 0.78% 0.89% -
XYZ 39.72 21.27 40.04 -
YUV 115.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 226 49 170 0 0.78 0.25 0.11 318.98 0.75 0.54
Hex E2 31 AA 0 4E 19 B 13F 4B 36
Octal 342 61 252 0 116 31 13 477 113 66
Binary 11100010 110001 10101010 0 1001110 11001 1011 100111111 1001011 110110

Color Harmonies of #E231AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E231AA

Black with #E231AA

Text Example


Text Example

White with #E231AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E231AA; }

 p { color: rgb(226,49,170); }

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

background-color css

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

 a { background-color: rgb(226,49,170); }

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

border-color css

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

 span { border-color: rgb(226,49,170); }

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