Html Css Color HEX #E440AB Persian Rose

📋 copy color: '#E440AB'

red 228 ◦ green 64 ◦ blue 171

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

Shades of Persian Rose #E440AB

Tints of Persian Rose #E440AB

RGB

 RED value IS 228 (89.45% from 255) = 49.24%

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

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

R = 49.24%
G = 13.82%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E440AB (or 0xE440AB) is known color: Persian Rose. HEX triplet: E4, 40 and AB. RGB value is (228,64,171). Sum of RGB (Red+Green+Blue) = 228+64+171=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E440AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E440AB is #1BBF54. Grayscale: #7C7C7C. Windows color (decimal): -1818453 or 11223268. OLE color: 11223268.

HSL color Cylindrical-coordinate representation of color #E440AB: hue angle of 320.85º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E440AB is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 64 171 -
CMYK 0 0.72 0.25 0.11
HSL 320.85º 0.75% 0.57% -
HSV(B) 320.85º 0.72% 0.89% -
XYZ 41.18 23.1 40.82 -
YUV 125.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 228 64 171 0 0.72 0.25 0.11 320.85 0.75 0.57
Hex E4 40 AB 0 48 19 B 141 4B 39
Octal 344 100 253 0 110 31 13 501 113 71
Binary 11100100 1000000 10101011 0 1001000 11001 1011 101000001 1001011 111001

Color Harmonies of #E440AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E440AB

Black with #E440AB

Text Example


Text Example

White with #E440AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E440AB; }

 p { color: rgb(228,64,171); }

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

background-color css

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

 a { background-color: rgb(228,64,171); }

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

border-color css

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

 span { border-color: rgb(228,64,171); }

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