Html Css Color HEX #E132AC Persian Rose

📋 copy color: '#E132AC'

red 225 ◦ green 50 ◦ blue 172

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

Shades of Persian Rose #E132AC

Tints of Persian Rose #E132AC

RGB

 RED value IS 225 (88.28% from 255) = 50.34%

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

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

R = 50.34%
G = 11.19%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E132AC (or 0xE132AC) is known color: Persian Rose. HEX triplet: E1, 32 and AC. RGB value is (225,50,172). Sum of RGB (Red+Green+Blue) = 225+50+172=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E132AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E132AC is #1ECD53. Grayscale: #737373. Windows color (decimal): -2018644 or 11285217. OLE color: 11285217.

HSL color Cylindrical-coordinate representation of color #E132AC: hue angle of 318.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E132AC is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 172 -
CMYK 0 0.78 0.24 0.12
HSL 318.17º 0.74% 0.54% -
HSV(B) 318.17º 0.78% 0.88% -
XYZ 39.64 21.27 41.05 -
YUV 116.23 159.48 205.58 -
System Red Green Blue C M Y K H S L
Decimal 225 50 172 0 0.78 0.24 0.12 318.17 0.74 0.54
Hex E1 32 AC 0 4E 18 C 13E 4A 36
Octal 341 62 254 0 116 30 14 476 112 66
Binary 11100001 110010 10101100 0 1001110 11000 1100 100111110 1001010 110110

Color Harmonies of #E132AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E132AC

Black with #E132AC

Text Example


Text Example

White with #E132AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E132AC; }

 p { color: rgb(225,50,172); }

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

background-color css

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

 a { background-color: rgb(225,50,172); }

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

border-color css

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

 span { border-color: rgb(225,50,172); }

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