Html Css Color HEX #E140AC Persian Rose

📋 copy color: '#E140AC'

red 225 ◦ green 64 ◦ blue 172

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

Shades of Persian Rose #E140AC

Tints of Persian Rose #E140AC

RGB

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

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

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

R = 48.81%
G = 13.88%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E140AC (or 0xE140AC) is known color: Persian Rose. HEX triplet: E1, 40 and AC. RGB value is (225,64,172). Sum of RGB (Red+Green+Blue) = 225+64+172=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E140AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E140AC is #1EBF53. Grayscale: #7C7C7C. Windows color (decimal): -2015060 or 11288801. OLE color: 11288801.

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

Color convert

RGB 225 64 172 -
CMYK 0 0.72 0.24 0.12
HSL 319.75º 0.73% 0.57% -
HSV(B) 319.75º 0.72% 0.88% -
XYZ 40.33 22.65 41.28 -
YUV 124.45 154.84 199.72 -
System Red Green Blue C M Y K H S L
Decimal 225 64 172 0 0.72 0.24 0.12 319.75 0.73 0.57
Hex E1 40 AC 0 48 18 C 140 49 39
Octal 341 100 254 0 110 30 14 500 111 71
Binary 11100001 1000000 10101100 0 1001000 11000 1100 101000000 1001001 111001

Color Harmonies of #E140AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140AC

Black with #E140AC

Text Example


Text Example

White with #E140AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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