Html Css Color HEX #E131AF Persian Rose

📋 copy color: '#E131AF'

red 225 ◦ green 49 ◦ blue 175

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

Shades of Persian Rose #E131AF

Tints of Persian Rose #E131AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.98%

R = 50.11%
G = 10.91%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E131AF (or 0xE131AF) is known color: Persian Rose. HEX triplet: E1, 31 and AF. RGB value is (225,49,175). Sum of RGB (Red+Green+Blue) = 225+49+175=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E131AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E131AF is #1ECE50. Grayscale: #737373. Windows color (decimal): -2018897 or 11481569. OLE color: 11481569.

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

Color convert

RGB 225 49 175 -
CMYK 0 0.78 0.22 0.12
HSL 317.05º 0.75% 0.54% -
HSV(B) 317.05º 0.78% 0.88% -
XYZ 39.89 21.3 42.57 -
YUV 115.99 161.31 205.75 -
System Red Green Blue C M Y K H S L
Decimal 225 49 175 0 0.78 0.22 0.12 317.05 0.75 0.54
Hex E1 31 AF 0 4E 16 C 13D 4B 36
Octal 341 61 257 0 116 26 14 475 113 66
Binary 11100001 110001 10101111 0 1001110 10110 1100 100111101 1001011 110110

Color Harmonies of #E131AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131AF

Black with #E131AF

Text Example


Text Example

White with #E131AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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