Html Css Color HEX #E441AE Persian Rose

📋 copy color: '#E441AE'

red 228 ◦ green 65 ◦ blue 174

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

Shades of Persian Rose #E441AE

Tints of Persian Rose #E441AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 48.82%
G = 13.92%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E441AE (or 0xE441AE) is known color: Persian Rose. HEX triplet: E4, 41 and AE. RGB value is (228,65,174). Sum of RGB (Red+Green+Blue) = 228+65+174=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E441AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E441AE is #1BBE51. Grayscale: #7D7D7D. Windows color (decimal): -1818194 or 11420132. OLE color: 11420132.

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

Color convert

RGB 228 65 174 -
CMYK 0 0.71 0.24 0.11
HSL 319.88º 0.75% 0.57% -
HSV(B) 319.88º 0.71% 0.89% -
XYZ 41.53 23.33 42.36 -
YUV 126.16 155 200.64 -
System Red Green Blue C M Y K H S L
Decimal 228 65 174 0 0.71 0.24 0.11 319.88 0.75 0.57
Hex E4 41 AE 0 47 18 B 140 4B 39
Octal 344 101 256 0 107 30 13 500 113 71
Binary 11100100 1000001 10101110 0 1000111 11000 1011 101000000 1001011 111001

Color Harmonies of #E441AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E441AE

Black with #E441AE

Text Example


Text Example

White with #E441AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E441AE; }

 p { color: rgb(228,65,174); }

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

background-color css

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

 a { background-color: rgb(228,65,174); }

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

border-color css

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

 span { border-color: rgb(228,65,174); }

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