Html Css Color HEX #E131AB Persian Rose

📋 copy color: '#E131AB'

red 225 ◦ green 49 ◦ blue 171

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

Shades of Persian Rose #E131AB

Tints of Persian Rose #E131AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 50.56%
G = 11.01%
B = 38.43%

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

#E131AB (or 0xE131AB) is known color: Persian Rose. HEX triplet: E1, 31 and AB. RGB value is (225,49,171). Sum of RGB (Red+Green+Blue) = 225+49+171=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E131AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E131AB is #1ECE54. Grayscale: #737373. Windows color (decimal): -2018901 or 11219425. OLE color: 11219425.

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

Color convert

RGB 225 49 171 -
CMYK 0 0.78 0.24 0.12
HSL 318.41º 0.75% 0.54% -
HSV(B) 318.41º 0.78% 0.88% -
XYZ 39.5 21.14 40.53 -
YUV 115.53 159.31 206.08 -
System Red Green Blue C M Y K H S L
Decimal 225 49 171 0 0.78 0.24 0.12 318.41 0.75 0.54
Hex E1 31 AB 0 4E 18 C 13E 4B 36
Octal 341 61 253 0 116 30 14 476 113 66
Binary 11100001 110001 10101011 0 1001110 11000 1100 100111110 1001011 110110

Color Harmonies of #E131AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131AB

Black with #E131AB

Text Example


Text Example

White with #E131AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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