Html Css Color HEX #E54F8F French Rose

📋 copy color: '#E54F8F'

red 229 ◦ green 79 ◦ blue 143

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

Shades of French Rose #E54F8F

Tints of French Rose #E54F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 50.78%
G = 17.52%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E54F8F (or 0xE54F8F) is known color: French Rose. HEX triplet: E5, 4F and 8F. RGB value is (229,79,143). Sum of RGB (Red+Green+Blue) = 229+79+143=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54F8F is #1AB070. Grayscale: #838383. Windows color (decimal): -1749105 or 9392101. OLE color: 9392101.

HSL color Cylindrical-coordinate representation of color #E54F8F: hue angle of 334.4º 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 #E54F8F is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 79 143 -
CMYK 0 0.66 0.38 0.10
HSL 334.4º 0.74% 0.6% -
HSV(B) 334.4º 0.66% 0.9% -
XYZ 40.07 24.23 28.55 -
YUV 131.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 229 79 143 0 0.66 0.38 0.10 334.4 0.74 0.6
Hex E5 4F 8F 0 42 26 A 14E 4A 3C
Octal 345 117 217 0 102 46 12 516 112 74
Binary 11100101 1001111 10001111 0 1000010 100110 1010 101001110 1001010 111100

Color Harmonies of #E54F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54F8F

Black with #E54F8F

Text Example


Text Example

White with #E54F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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