Html Css Color HEX #E131AC Persian Rose

📋 copy color: '#E131AC'

red 225 ◦ green 49 ◦ blue 172

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

Shades of Persian Rose #E131AC

Tints of Persian Rose #E131AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.99%

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

R = 50.45%
G = 10.99%
B = 38.57%

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

#E131AC (or 0xE131AC) is known color: Persian Rose. HEX triplet: E1, 31 and AC. RGB value is (225,49,172). Sum of RGB (Red+Green+Blue) = 225+49+172=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E131AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E131AC is #1ECE53. Grayscale: #737373. Windows color (decimal): -2018900 or 11284961. OLE color: 11284961.

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

Color convert

RGB 225 49 172 -
CMYK 0 0.78 0.24 0.12
HSL 318.07º 0.75% 0.54% -
HSV(B) 318.07º 0.78% 0.88% -
XYZ 39.6 21.18 41.03 -
YUV 115.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 225 49 172 0 0.78 0.24 0.12 318.07 0.75 0.54
Hex E1 31 AC 0 4E 18 C 13E 4B 36
Octal 341 61 254 0 116 30 14 476 113 66
Binary 11100001 110001 10101100 0 1001110 11000 1100 100111110 1001011 110110

Color Harmonies of #E131AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131AC

Black with #E131AC

Text Example


Text Example

White with #E131AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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