Html Css Color HEX #E238AA Persian Rose

📋 copy color: '#E238AA'

red 226 ◦ green 56 ◦ blue 170

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

Shades of Persian Rose #E238AA

Tints of Persian Rose #E238AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.39%

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

R = 50%
G = 12.39%
B = 37.61%

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

#E238AA (or 0xE238AA) is known color: Persian Rose. HEX triplet: E2, 38 and AA. RGB value is (226,56,170). Sum of RGB (Red+Green+Blue) = 226+56+170=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E238AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E238AA is #1DC755. Grayscale: #777777. Windows color (decimal): -1951574 or 11155682. OLE color: 11155682.

HSL color Cylindrical-coordinate representation of color #E238AA: hue angle of 319.76º degrees, saturation: 0.75, 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 #E238AA is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 56 170 -
CMYK 0 0.75 0.25 0.11
HSL 319.76º 0.75% 0.55% -
HSV(B) 319.76º 0.75% 0.89% -
XYZ 40.03 21.9 40.15 -
YUV 119.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 226 56 170 0 0.75 0.25 0.11 319.76 0.75 0.55
Hex E2 38 AA 0 4B 19 B 140 4B 37
Octal 342 70 252 0 113 31 13 500 113 67
Binary 11100010 111000 10101010 0 1001011 11001 1011 101000000 1001011 110111

Color Harmonies of #E238AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E238AA

Black with #E238AA

Text Example


Text Example

White with #E238AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E238AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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