Html Css Color HEX #E140AF Persian Rose

📋 copy color: '#E140AF'

red 225 ◦ green 64 ◦ blue 175

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

Shades of Persian Rose #E140AF

Tints of Persian Rose #E140AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.79%

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

R = 48.49%
G = 13.79%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E140AF (or 0xE140AF) is known color: Persian Rose. HEX triplet: E1, 40 and AF. RGB value is (225,64,175). Sum of RGB (Red+Green+Blue) = 225+64+175=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E140AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E140AF is #1EBF50. Grayscale: #7C7C7C. Windows color (decimal): -2015057 or 11485409. OLE color: 11485409.

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

Color convert

RGB 225 64 175 -
CMYK 0 0.72 0.22 0.12
HSL 318.63º 0.73% 0.57% -
HSV(B) 318.63º 0.72% 0.88% -
XYZ 40.62 22.77 42.81 -
YUV 124.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 225 64 175 0 0.72 0.22 0.12 318.63 0.73 0.57
Hex E1 40 AF 0 48 16 C 13F 49 39
Octal 341 100 257 0 110 26 14 477 111 71
Binary 11100001 1000000 10101111 0 1001000 10110 1100 100111111 1001001 111001

Color Harmonies of #E140AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140AF

Black with #E140AF

Text Example


Text Example

White with #E140AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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