Html Css Color HEX #E141AF Persian Rose

📋 copy color: '#E141AF'

red 225 ◦ green 65 ◦ blue 175

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

Shades of Persian Rose #E141AF

Tints of Persian Rose #E141AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.98%

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

R = 48.39%
G = 13.98%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E141AF (or 0xE141AF) is known color: Persian Rose. HEX triplet: E1, 41 and AF. RGB value is (225,65,175). Sum of RGB (Red+Green+Blue) = 225+65+175=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E141AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E141AF is #1EBE50. Grayscale: #7D7D7D. Windows color (decimal): -2014801 or 11485665. OLE color: 11485665.

HSL color Cylindrical-coordinate representation of color #E141AF: hue angle of 318.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E141AF is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 175 -
CMYK 0 0.71 0.22 0.12
HSL 318.75º 0.73% 0.57% -
HSV(B) 318.75º 0.71% 0.88% -
XYZ 40.68 22.88 42.83 -
YUV 125.38 156.01 199.06 -
System Red Green Blue C M Y K H S L
Decimal 225 65 175 0 0.71 0.22 0.12 318.75 0.73 0.57
Hex E1 41 AF 0 47 16 C 13F 49 39
Octal 341 101 257 0 107 26 14 477 111 71
Binary 11100001 1000001 10101111 0 1000111 10110 1100 100111111 1001001 111001

Color Harmonies of #E141AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141AF

Black with #E141AF

Text Example


Text Example

White with #E141AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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