Html Css Color HEX #E132A5 Persian Rose

📋 copy color: '#E132A5'

red 225 ◦ green 50 ◦ blue 165

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

Shades of Persian Rose #E132A5

Tints of Persian Rose #E132A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 51.14%
G = 11.36%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E132A5 (or 0xE132A5) is known color: Persian Rose. HEX triplet: E1, 32 and A5. RGB value is (225,50,165). Sum of RGB (Red+Green+Blue) = 225+50+165=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E132A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E132A5 is #1ECD5A. Grayscale: #737373. Windows color (decimal): -2018651 or 10826465. OLE color: 10826465.

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

Color convert

RGB 225 50 165 -
CMYK 0 0.78 0.27 0.12
HSL 320.57º 0.74% 0.54% -
HSV(B) 320.57º 0.78% 0.88% -
XYZ 38.98 21.01 37.6 -
YUV 115.44 155.98 206.15 -
System Red Green Blue C M Y K H S L
Decimal 225 50 165 0 0.78 0.27 0.12 320.57 0.74 0.54
Hex E1 32 A5 0 4E 1B C 141 4A 36
Octal 341 62 245 0 116 33 14 501 112 66
Binary 11100001 110010 10100101 0 1001110 11011 1100 101000001 1001010 110110

Color Harmonies of #E132A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E132A5

Black with #E132A5

Text Example


Text Example

White with #E132A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E132A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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