Html Css Color HEX #E54F90 French Rose

📋 copy color: '#E54F90'

red 229 ◦ green 79 ◦ blue 144

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

Shades of French Rose #E54F90

Tints of French Rose #E54F90

RGB

 RED value IS 229 (89.84% from 255) = 50.66%

 GREEN value IS 79 (31.25% from 255) = 17.48%

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

R = 50.66%
G = 17.48%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E54F90 (or 0xE54F90) is known color: French Rose. HEX triplet: E5, 4F and 90. RGB value is (229,79,144). Sum of RGB (Red+Green+Blue) = 229+79+144=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54F90 is #1AB06F. Grayscale: #838383. Windows color (decimal): -1749104 or 9457637. OLE color: 9457637.

HSL color Cylindrical-coordinate representation of color #E54F90: hue angle of 334º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54F90 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 79 144 -
CMYK 0 0.66 0.37 0.10
HSL 334º 0.74% 0.6% -
HSV(B) 334º 0.66% 0.9% -
XYZ 40.14 24.26 28.95 -
YUV 131.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 229 79 144 0 0.66 0.37 0.10 334 0.74 0.6
Hex E5 4F 90 0 42 25 A 14E 4A 3C
Octal 345 117 220 0 102 45 12 516 112 74
Binary 11100101 1001111 10010000 0 1000010 100101 1010 101001110 1001010 111100

Color Harmonies of #E54F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54F90

Black with #E54F90

Text Example


Text Example

White with #E54F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54F90; }

 p { color: rgb(229,79,144); }

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

background-color css

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

 a { background-color: rgb(229,79,144); }

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

border-color css

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

 span { border-color: rgb(229,79,144); }

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