Html Css Color HEX #E04891 French Rose

📋 copy color: '#E04891'

red 224 ◦ green 72 ◦ blue 145

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

Shades of French Rose #E04891

Tints of French Rose #E04891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.33%

 BLUE value IS 145 (57.03% from 255) = 32.88%

R = 50.79%
G = 16.33%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E04891 (or 0xE04891) is known color: French Rose. HEX triplet: E0, 48 and 91. RGB value is (224,72,145). Sum of RGB (Red+Green+Blue) = 224+72+145=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E04891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04891 is #1FB76E. Grayscale: #7D7D7D. Windows color (decimal): -2078575 or 9521376. OLE color: 9521376.

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

Color convert

RGB 224 72 145 -
CMYK 0 0.68 0.35 0.12
HSL 331.18º 0.71% 0.58% -
HSV(B) 331.18º 0.68% 0.88% -
XYZ 38.17 22.53 29.12 -
YUV 125.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 224 72 145 0 0.68 0.35 0.12 331.18 0.71 0.58
Hex E0 48 91 0 44 23 C 14B 47 3A
Octal 340 110 221 0 104 43 14 513 107 72
Binary 11100000 1001000 10010001 0 1000100 100011 1100 101001011 1000111 111010

Color Harmonies of #E04891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04891

Black with #E04891

Text Example


Text Example

White with #E04891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04891; }

 p { color: rgb(224,72,145); }

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

background-color css

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

 a { background-color: rgb(224,72,145); }

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

border-color css

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

 span { border-color: rgb(224,72,145); }

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