Html Css Color HEX #E82AA1 Persian Rose

📋 copy color: '#E82AA1'

red 232 ◦ green 42 ◦ blue 161

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

Shades of Persian Rose #E82AA1

Tints of Persian Rose #E82AA1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.66%

 BLUE value IS 161 (63.28% from 255) = 37.01%

R = 53.33%
G = 9.66%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E82AA1 (or 0xE82AA1) is known color: Persian Rose. HEX triplet: E8, 2A and A1. RGB value is (232,42,161). Sum of RGB (Red+Green+Blue) = 232+42+161=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E82AA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82AA1 is #17D55E. Grayscale: #707070. Windows color (decimal): -1561951 or 10562280. OLE color: 10562280.

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

Color convert

RGB 232 42 161 -
CMYK 0 0.82 0.31 0.09
HSL 322.42º 0.81% 0.54% -
HSV(B) 322.42º 0.82% 0.91% -
XYZ 40.54 21.38 35.71 -
YUV 112.38 155.45 213.32 -
System Red Green Blue C M Y K H S L
Decimal 232 42 161 0 0.82 0.31 0.09 322.42 0.81 0.54
Hex E8 2A A1 0 52 1F 9 142 51 36
Octal 350 52 241 0 122 37 11 502 121 66
Binary 11101000 101010 10100001 0 1010010 11111 1001 101000010 1010001 110110

Color Harmonies of #E82AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82AA1

Black with #E82AA1

Text Example


Text Example

White with #E82AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82AA1; }

 p { color: rgb(232,42,161); }

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

background-color css

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

 a { background-color: rgb(232,42,161); }

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

border-color css

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

 span { border-color: rgb(232,42,161); }

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