Html Css Color HEX #E041AF Persian Rose

📋 copy color: '#E041AF'

red 224 ◦ green 65 ◦ blue 175

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

Shades of Persian Rose #E041AF

Tints of Persian Rose #E041AF

RGB

 RED value IS 224 (87.89% from 255) = 48.28%

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

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

R = 48.28%
G = 14.01%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E041AF (or 0xE041AF) is known color: Persian Rose. HEX triplet: E0, 41 and AF. RGB value is (224,65,175). Sum of RGB (Red+Green+Blue) = 224+65+175=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E041AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E041AF is #1FBE50. Grayscale: #7C7C7C. Windows color (decimal): -2080337 or 11485664. OLE color: 11485664.

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

Color convert

RGB 224 65 175 -
CMYK 0 0.71 0.22 0.12
HSL 318.49º 0.72% 0.57% -
HSV(B) 318.49º 0.71% 0.88% -
XYZ 40.37 22.72 42.82 -
YUV 125.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 224 65 175 0 0.71 0.22 0.12 318.49 0.72 0.57
Hex E0 41 AF 0 47 16 C 13E 48 39
Octal 340 101 257 0 107 26 14 476 110 71
Binary 11100000 1000001 10101111 0 1000111 10110 1100 100111110 1001000 111001

Color Harmonies of #E041AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041AF

Black with #E041AF

Text Example


Text Example

White with #E041AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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