Html Css Color HEX #E828AA Persian Rose

📋 copy color: '#E828AA'

red 232 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #E828AA

Tints of Persian Rose #E828AA

RGB

 RED value IS 232 (91.02% from 255) = 52.49%

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

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

R = 52.49%
G = 9.05%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E828AA (or 0xE828AA) is known color: Persian Rose. HEX triplet: E8, 28 and AA. RGB value is (232,40,170). Sum of RGB (Red+Green+Blue) = 232+40+170=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E828AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E828AA is #17D755. Grayscale: #6F6F6F. Windows color (decimal): -1562454 or 11151592. OLE color: 11151592.

HSL color Cylindrical-coordinate representation of color #E828AA: hue angle of 319.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E828AA is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 40 170 -
CMYK 0 0.83 0.27 0.09
HSL 319.38º 0.81% 0.53% -
HSV(B) 319.38º 0.83% 0.91% -
XYZ 41.29 21.58 40.02 -
YUV 112.23 160.61 213.43 -
System Red Green Blue C M Y K H S L
Decimal 232 40 170 0 0.83 0.27 0.09 319.38 0.81 0.53
Hex E8 28 AA 0 53 1B 9 13F 51 35
Octal 350 50 252 0 123 33 11 477 121 65
Binary 11101000 101000 10101010 0 1010011 11011 1001 100111111 1010001 110101

Color Harmonies of #E828AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E828AA

Black with #E828AA

Text Example


Text Example

White with #E828AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E828AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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