Html Css Color HEX #E32EAC Persian Rose

📋 copy color: '#E32EAC'

red 227 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #E32EAC

Tints of Persian Rose #E32EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.34%

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

R = 51.01%
G = 10.34%
B = 38.65%

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

#E32EAC (or 0xE32EAC) is known color: Persian Rose. HEX triplet: E3, 2E and AC. RGB value is (227,46,172). Sum of RGB (Red+Green+Blue) = 227+46+172=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E32EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32EAC is #1CD153. Grayscale: #727272. Windows color (decimal): -1888596 or 11284195. OLE color: 11284195.

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

Color convert

RGB 227 46 172 -
CMYK 0 0.80 0.24 0.11
HSL 318.23º 0.76% 0.54% -
HSV(B) 318.23º 0.8% 0.89% -
XYZ 40.1 21.26 41.02 -
YUV 114.48 160.47 208.25 -
System Red Green Blue C M Y K H S L
Decimal 227 46 172 0 0.80 0.24 0.11 318.23 0.76 0.54
Hex E3 2E AC 0 50 18 B 13E 4C 36
Octal 343 56 254 0 120 30 13 476 114 66
Binary 11100011 101110 10101100 0 1010000 11000 1011 100111110 1001100 110110

Color Harmonies of #E32EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32EAC

Black with #E32EAC

Text Example


Text Example

White with #E32EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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