Html Css Color HEX #E132AD Persian Rose

📋 copy color: '#E132AD'

red 225 ◦ green 50 ◦ blue 173

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

Shades of Persian Rose #E132AD

Tints of Persian Rose #E132AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.62%

R = 50.22%
G = 11.16%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E132AD (or 0xE132AD) is known color: Persian Rose. HEX triplet: E1, 32 and AD. RGB value is (225,50,173). Sum of RGB (Red+Green+Blue) = 225+50+173=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E132AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E132AD is #1ECD52. Grayscale: #747474. Windows color (decimal): -2018643 or 11350753. OLE color: 11350753.

HSL color Cylindrical-coordinate representation of color #E132AD: hue angle of 317.83º 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 #E132AD is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 173 -
CMYK 0 0.78 0.23 0.12
HSL 317.83º 0.74% 0.54% -
HSV(B) 317.83º 0.78% 0.88% -
XYZ 39.73 21.31 41.55 -
YUV 116.35 159.98 205.5 -
System Red Green Blue C M Y K H S L
Decimal 225 50 173 0 0.78 0.23 0.12 317.83 0.74 0.54
Hex E1 32 AD 0 4E 17 C 13E 4A 36
Octal 341 62 255 0 116 27 14 476 112 66
Binary 11100001 110010 10101101 0 1001110 10111 1100 100111110 1001010 110110

Color Harmonies of #E132AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E132AD

Black with #E132AD

Text Example


Text Example

White with #E132AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E132AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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