Html Css Color HEX #E04995 French Rose

📋 copy color: '#E04995'

red 224 ◦ green 73 ◦ blue 149

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

Shades of French Rose #E04995

Tints of French Rose #E04995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.37%

 BLUE value IS 149 (58.59% from 255) = 33.41%

R = 50.22%
G = 16.37%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E04995 (or 0xE04995) is known color: French Rose. HEX triplet: E0, 49 and 95. RGB value is (224,73,149). Sum of RGB (Red+Green+Blue) = 224+73+149=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E04995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04995 is #1FB66A. Grayscale: #7E7E7E. Windows color (decimal): -2078315 or 9783776. OLE color: 9783776.

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

Color convert

RGB 224 73 149 -
CMYK 0 0.67 0.33 0.12
HSL 329.8º 0.71% 0.58% -
HSV(B) 329.8º 0.67% 0.88% -
XYZ 38.55 22.78 30.8 -
YUV 126.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 224 73 149 0 0.67 0.33 0.12 329.8 0.71 0.58
Hex E0 49 95 0 43 21 C 14A 47 3A
Octal 340 111 225 0 103 41 14 512 107 72
Binary 11100000 1001001 10010101 0 1000011 100001 1100 101001010 1000111 111010

Color Harmonies of #E04995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04995

Black with #E04995

Text Example


Text Example

White with #E04995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04995; }

 p { color: rgb(224,73,149); }

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

background-color css

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

 a { background-color: rgb(224,73,149); }

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

border-color css

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

 span { border-color: rgb(224,73,149); }

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