Html Css Color HEX #E04A90 French Rose

📋 copy color: '#E04A90'

red 224 ◦ green 74 ◦ blue 144

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

Shades of French Rose #E04A90

Tints of French Rose #E04A90

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.74%

 BLUE value IS 144 (56.64% from 255) = 32.58%

R = 50.68%
G = 16.74%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E04A90 (or 0xE04A90) is known color: French Rose. HEX triplet: E0, 4A and 90. RGB value is (224,74,144). Sum of RGB (Red+Green+Blue) = 224+74+144=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04A90 is #1FB56F. Grayscale: #7E7E7E. Windows color (decimal): -2078064 or 9456352. OLE color: 9456352.

HSL color Cylindrical-coordinate representation of color #E04A90: hue angle of 332º 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 #E04A90 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 74 144 -
CMYK 0 0.67 0.36 0.12
HSL 332º 0.71% 0.58% -
HSV(B) 332º 0.67% 0.88% -
XYZ 38.22 22.76 28.76 -
YUV 126.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 224 74 144 0 0.67 0.36 0.12 332 0.71 0.58
Hex E0 4A 90 0 43 24 C 14C 47 3A
Octal 340 112 220 0 103 44 14 514 107 72
Binary 11100000 1001010 10010000 0 1000011 100100 1100 101001100 1000111 111010

Color Harmonies of #E04A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A90

Black with #E04A90

Text Example


Text Example

White with #E04A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A90; }

 p { color: rgb(224,74,144); }

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

background-color css

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

 a { background-color: rgb(224,74,144); }

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

border-color css

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

 span { border-color: rgb(224,74,144); }

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