Html Css Color HEX #E239AA Persian Rose

📋 copy color: '#E239AA'

red 226 ◦ green 57 ◦ blue 170

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

Shades of Persian Rose #E239AA

Tints of Persian Rose #E239AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.58%

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

R = 49.89%
G = 12.58%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E239AA (or 0xE239AA) is known color: Persian Rose. HEX triplet: E2, 39 and AA. RGB value is (226,57,170). Sum of RGB (Red+Green+Blue) = 226+57+170=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E239AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E239AA is #1DC655. Grayscale: #787878. Windows color (decimal): -1951318 or 11155938. OLE color: 11155938.

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

Color convert

RGB 226 57 170 -
CMYK 0 0.75 0.25 0.11
HSL 319.88º 0.74% 0.55% -
HSV(B) 319.88º 0.75% 0.89% -
XYZ 40.08 22 40.16 -
YUV 120.41 155.99 203.31 -
System Red Green Blue C M Y K H S L
Decimal 226 57 170 0 0.75 0.25 0.11 319.88 0.74 0.55
Hex E2 39 AA 0 4B 19 B 140 4A 37
Octal 342 71 252 0 113 31 13 500 112 67
Binary 11100010 111001 10101010 0 1001011 11001 1011 101000000 1001010 110111

Color Harmonies of #E239AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E239AA

Black with #E239AA

Text Example


Text Example

White with #E239AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E239AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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