Html Css Color HEX #E8329F Persian Rose

📋 copy color: '#E8329F'

red 232 ◦ green 50 ◦ blue 159

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

Shades of Persian Rose #E8329F

Tints of Persian Rose #E8329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.34%

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

R = 52.61%
G = 11.34%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E8329F (or 0xE8329F) is known color: Persian Rose. HEX triplet: E8, 32 and 9F. RGB value is (232,50,159). Sum of RGB (Red+Green+Blue) = 232+50+159=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8329F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8329F is #17CD60. Grayscale: #747474. Windows color (decimal): -1559905 or 10433256. OLE color: 10433256.

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

Color convert

RGB 232 50 159 -
CMYK 0 0.78 0.31 0.09
HSL 324.07º 0.8% 0.55% -
HSV(B) 324.07º 0.78% 0.91% -
XYZ 40.68 21.94 34.89 -
YUV 116.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 232 50 159 0 0.78 0.31 0.09 324.07 0.8 0.55
Hex E8 32 9F 0 4E 1F 9 144 50 37
Octal 350 62 237 0 116 37 11 504 120 67
Binary 11101000 110010 10011111 0 1001110 11111 1001 101000100 1010000 110111

Color Harmonies of #E8329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8329F

Black with #E8329F

Text Example


Text Example

White with #E8329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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