Html Css Color HEX #E32FAC Persian Rose

📋 copy color: '#E32FAC'

red 227 ◦ green 47 ◦ blue 172

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

Shades of Persian Rose #E32FAC

Tints of Persian Rose #E32FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.54%

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

R = 50.9%
G = 10.54%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E32FAC (or 0xE32FAC) is known color: Persian Rose. HEX triplet: E3, 2F and AC. RGB value is (227,47,172). Sum of RGB (Red+Green+Blue) = 227+47+172=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E32FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32FAC is #1CD053. Grayscale: #727272. Windows color (decimal): -1888340 or 11284451. OLE color: 11284451.

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

Color convert

RGB 227 47 172 -
CMYK 0 0.79 0.24 0.11
HSL 318.33º 0.76% 0.54% -
HSV(B) 318.33º 0.79% 0.89% -
XYZ 40.14 21.34 41.03 -
YUV 115.07 160.13 207.84 -
System Red Green Blue C M Y K H S L
Decimal 227 47 172 0 0.79 0.24 0.11 318.33 0.76 0.54
Hex E3 2F AC 0 4F 18 B 13E 4C 36
Octal 343 57 254 0 117 30 13 476 114 66
Binary 11100011 101111 10101100 0 1001111 11000 1011 100111110 1001100 110110

Color Harmonies of #E32FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32FAC

Black with #E32FAC

Text Example


Text Example

White with #E32FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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