Html Css Color HEX #E82D9C Persian Rose

📋 copy color: '#E82D9C'

red 232 ◦ green 45 ◦ blue 156

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

Shades of Persian Rose #E82D9C

Tints of Persian Rose #E82D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 53.58%
G = 10.39%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E82D9C (or 0xE82D9C) is known color: Persian Rose. HEX triplet: E8, 2D and 9C. RGB value is (232,45,156). Sum of RGB (Red+Green+Blue) = 232+45+156=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82D9C is #17D263. Grayscale: #717171. Windows color (decimal): -1561188 or 10235368. OLE color: 10235368.

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

Color convert

RGB 232 45 156 -
CMYK 0 0.81 0.33 0.09
HSL 324.39º 0.8% 0.54% -
HSV(B) 324.39º 0.81% 0.91% -
XYZ 40.22 21.43 33.47 -
YUV 113.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 232 45 156 0 0.81 0.33 0.09 324.39 0.8 0.54
Hex E8 2D 9C 0 51 21 9 144 50 36
Octal 350 55 234 0 121 41 11 504 120 66
Binary 11101000 101101 10011100 0 1010001 100001 1001 101000100 1010000 110110

Color Harmonies of #E82D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82D9C

Black with #E82D9C

Text Example


Text Example

White with #E82D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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