Html Css Color HEX #E82C9D Persian Rose

📋 copy color: '#E82C9D'

red 232 ◦ green 44 ◦ blue 157

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

Shades of Persian Rose #E82C9D

Tints of Persian Rose #E82C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.16%

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 53.58%
G = 10.16%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E82C9D (or 0xE82C9D) is known color: Persian Rose. HEX triplet: E8, 2C and 9D. RGB value is (232,44,157). Sum of RGB (Red+Green+Blue) = 232+44+157=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82C9D is #17D362. Grayscale: #707070. Windows color (decimal): -1561443 or 10300648. OLE color: 10300648.

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

Color convert

RGB 232 44 157 -
CMYK 0 0.81 0.32 0.09
HSL 323.94º 0.8% 0.54% -
HSV(B) 323.94º 0.81% 0.91% -
XYZ 40.27 21.39 33.91 -
YUV 113.09 152.78 212.81 -
System Red Green Blue C M Y K H S L
Decimal 232 44 157 0 0.81 0.32 0.09 323.94 0.8 0.54
Hex E8 2C 9D 0 51 20 9 144 50 36
Octal 350 54 235 0 121 40 11 504 120 66
Binary 11101000 101100 10011101 0 1010001 100000 1001 101000100 1010000 110110

Color Harmonies of #E82C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82C9D

Black with #E82C9D

Text Example


Text Example

White with #E82C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82C9D; }

 p { color: rgb(232,44,157); }

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

background-color css

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

 a { background-color: rgb(232,44,157); }

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

border-color css

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

 span { border-color: rgb(232,44,157); }

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