Html Css Color HEX #E82BA1 Persian Rose

📋 copy color: '#E82BA1'

red 232 ◦ green 43 ◦ blue 161

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

Shades of Persian Rose #E82BA1

Tints of Persian Rose #E82BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.86%

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

R = 53.21%
G = 9.86%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E82BA1 (or 0xE82BA1) is known color: Persian Rose. HEX triplet: E8, 2B and A1. RGB value is (232,43,161). Sum of RGB (Red+Green+Blue) = 232+43+161=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E82BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82BA1 is #17D45E. Grayscale: #707070. Windows color (decimal): -1561695 or 10562536. OLE color: 10562536.

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

Color convert

RGB 232 43 161 -
CMYK 0 0.81 0.31 0.09
HSL 322.54º 0.8% 0.54% -
HSV(B) 322.54º 0.81% 0.91% -
XYZ 40.58 21.46 35.72 -
YUV 112.96 155.12 212.91 -
System Red Green Blue C M Y K H S L
Decimal 232 43 161 0 0.81 0.31 0.09 322.54 0.8 0.54
Hex E8 2B A1 0 51 1F 9 143 50 36
Octal 350 53 241 0 121 37 11 503 120 66
Binary 11101000 101011 10100001 0 1010001 11111 1001 101000011 1010000 110110

Color Harmonies of #E82BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82BA1

Black with #E82BA1

Text Example


Text Example

White with #E82BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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