Html Css Color HEX #E82D9F Persian Rose

📋 copy color: '#E82D9F'

red 232 ◦ green 45 ◦ blue 159

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

Shades of Persian Rose #E82D9F

Tints of Persian Rose #E82D9F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.32%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 53.21%
G = 10.32%
B = 36.47%

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

#E82D9F (or 0xE82D9F) is known color: Persian Rose. HEX triplet: E8, 2D and 9F. RGB value is (232,45,159). Sum of RGB (Red+Green+Blue) = 232+45+159=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82D9F is #17D260. Grayscale: #717171. Windows color (decimal): -1561185 or 10431976. OLE color: 10431976.

HSL color Cylindrical-coordinate representation of color #E82D9F: hue angle of 323.42º 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 #E82D9F is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 45 159 -
CMYK 0 0.81 0.31 0.09
HSL 323.42º 0.8% 0.54% -
HSV(B) 323.42º 0.81% 0.91% -
XYZ 40.48 21.54 34.82 -
YUV 113.91 153.45 212.23 -
System Red Green Blue C M Y K H S L
Decimal 232 45 159 0 0.81 0.31 0.09 323.42 0.8 0.54
Hex E8 2D 9F 0 51 1F 9 143 50 36
Octal 350 55 237 0 121 37 11 503 120 66
Binary 11101000 101101 10011111 0 1010001 11111 1001 101000011 1010000 110110

Color Harmonies of #E82D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82D9F

Black with #E82D9F

Text Example


Text Example

White with #E82D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82D9F; }

 p { color: rgb(232,45,159); }

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

background-color css

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

 a { background-color: rgb(232,45,159); }

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

border-color css

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

 span { border-color: rgb(232,45,159); }

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