Html Css Color HEX #E32DAC Persian Rose

📋 copy color: '#E32DAC'

red 227 ◦ green 45 ◦ blue 172

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

Shades of Persian Rose #E32DAC

Tints of Persian Rose #E32DAC

RGB

 RED value IS 227 (89.06% from 255) = 51.13%

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 51.13%
G = 10.14%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E32DAC (or 0xE32DAC) is known color: Persian Rose. HEX triplet: E3, 2D and AC. RGB value is (227,45,172). Sum of RGB (Red+Green+Blue) = 227+45+172=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32DAC is #1CD253. Grayscale: #717171. Windows color (decimal): -1888852 or 11283939. OLE color: 11283939.

HSL color Cylindrical-coordinate representation of color #E32DAC: hue angle of 318.13º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32DAC is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 45 172 -
CMYK 0 0.80 0.24 0.11
HSL 318.13º 0.76% 0.53% -
HSV(B) 318.13º 0.8% 0.89% -
XYZ 40.06 21.19 41.01 -
YUV 113.9 160.8 208.67 -
System Red Green Blue C M Y K H S L
Decimal 227 45 172 0 0.80 0.24 0.11 318.13 0.76 0.53
Hex E3 2D AC 0 50 18 B 13E 4C 35
Octal 343 55 254 0 120 30 13 476 114 65
Binary 11100011 101101 10101100 0 1010000 11000 1011 100111110 1001100 110101

Color Harmonies of #E32DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32DAC

Black with #E32DAC

Text Example


Text Example

White with #E32DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32DAC; }

 p { color: rgb(227,45,172); }

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

background-color css

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

 a { background-color: rgb(227,45,172); }

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

border-color css

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

 span { border-color: rgb(227,45,172); }

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