Html Css Color HEX #E54E96 French Rose

📋 copy color: '#E54E96'

red 229 ◦ green 78 ◦ blue 150

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

Shades of French Rose #E54E96

Tints of French Rose #E54E96

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.07%

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 50.11%
G = 17.07%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E54E96 (or 0xE54E96) is known color: French Rose. HEX triplet: E5, 4E and 96. RGB value is (229,78,150). Sum of RGB (Red+Green+Blue) = 229+78+150=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54E96 is #1AB169. Grayscale: #838383. Windows color (decimal): -1749354 or 9850597. OLE color: 9850597.

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

Color convert

RGB 229 78 150 -
CMYK 0 0.66 0.34 0.10
HSL 331.39º 0.74% 0.6% -
HSV(B) 331.39º 0.66% 0.9% -
XYZ 40.54 24.31 31.41 -
YUV 131.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 229 78 150 0 0.66 0.34 0.10 331.39 0.74 0.6
Hex E5 4E 96 0 42 22 A 14B 4A 3C
Octal 345 116 226 0 102 42 12 513 112 74
Binary 11100101 1001110 10010110 0 1000010 100010 1010 101001011 1001010 111100

Color Harmonies of #E54E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E96

Black with #E54E96

Text Example


Text Example

White with #E54E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E96; }

 p { color: rgb(229,78,150); }

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

background-color css

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

 a { background-color: rgb(229,78,150); }

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

border-color css

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

 span { border-color: rgb(229,78,150); }

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