Html Css Color HEX #E441AF Persian Rose

📋 copy color: '#E441AF'

red 228 ◦ green 65 ◦ blue 175

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

Shades of Persian Rose #E441AF

Tints of Persian Rose #E441AF

RGB

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

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

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

R = 48.72%
G = 13.89%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E441AF (or 0xE441AF) is known color: Persian Rose. HEX triplet: E4, 41 and AF. RGB value is (228,65,175). Sum of RGB (Red+Green+Blue) = 228+65+175=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E441AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E441AF is #1BBE50. Grayscale: #7E7E7E. Windows color (decimal): -1818193 or 11485668. OLE color: 11485668.

HSL color Cylindrical-coordinate representation of color #E441AF: hue angle of 319.51º 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 #E441AF is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 65 175 -
CMYK 0 0.71 0.23 0.11
HSL 319.51º 0.75% 0.57% -
HSV(B) 319.51º 0.71% 0.89% -
XYZ 41.62 23.37 42.87 -
YUV 126.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 228 65 175 0 0.71 0.23 0.11 319.51 0.75 0.57
Hex E4 41 AF 0 47 17 B 140 4B 39
Octal 344 101 257 0 107 27 13 500 113 71
Binary 11100100 1000001 10101111 0 1000111 10111 1011 101000000 1001011 111001

Color Harmonies of #E441AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E441AF

Black with #E441AF

Text Example


Text Example

White with #E441AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E441AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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