Html Css Color HEX #E228AA Persian Rose

📋 copy color: '#E228AA'

red 226 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #E228AA

Tints of Persian Rose #E228AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.17%

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

R = 51.83%
G = 9.17%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E228AA (or 0xE228AA) is known color: Persian Rose. HEX triplet: E2, 28 and AA. RGB value is (226,40,170). Sum of RGB (Red+Green+Blue) = 226+40+170=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E228AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E228AA is #1DD755. Grayscale: #6E6E6E. Windows color (decimal): -1955670 or 11151586. OLE color: 11151586.

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

Color convert

RGB 226 40 170 -
CMYK 0 0.82 0.25 0.11
HSL 318.06º 0.76% 0.52% -
HSV(B) 318.06º 0.82% 0.89% -
XYZ 39.38 20.59 39.93 -
YUV 110.43 161.62 210.43 -
System Red Green Blue C M Y K H S L
Decimal 226 40 170 0 0.82 0.25 0.11 318.06 0.76 0.52
Hex E2 28 AA 0 52 19 B 13E 4C 34
Octal 342 50 252 0 122 31 13 476 114 64
Binary 11100010 101000 10101010 0 1010010 11001 1011 100111110 1001100 110100

Color Harmonies of #E228AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E228AA

Black with #E228AA

Text Example


Text Example

White with #E228AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E228AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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