Html Css Color HEX #E54C98 French Rose

📋 copy color: '#E54C98'

red 229 ◦ green 76 ◦ blue 152

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

Shades of French Rose #E54C98

Tints of French Rose #E54C98

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.63%

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 50.11%
G = 16.63%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E54C98 (or 0xE54C98) is known color: French Rose. HEX triplet: E5, 4C and 98. RGB value is (229,76,152). Sum of RGB (Red+Green+Blue) = 229+76+152=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C98 is #1AB367. Grayscale: #828282. Windows color (decimal): -1749864 or 9981157. OLE color: 9981157.

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

Color convert

RGB 229 76 152 -
CMYK 0 0.67 0.34 0.10
HSL 330.2º 0.75% 0.6% -
HSV(B) 330.2º 0.67% 0.9% -
XYZ 40.57 24.09 32.22 -
YUV 130.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 229 76 152 0 0.67 0.34 0.10 330.2 0.75 0.6
Hex E5 4C 98 0 43 22 A 14A 4B 3C
Octal 345 114 230 0 103 42 12 512 113 74
Binary 11100101 1001100 10011000 0 1000011 100010 1010 101001010 1001011 111100

Color Harmonies of #E54C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54C98

Black with #E54C98

Text Example


Text Example

White with #E54C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54C98; }

 p { color: rgb(229,76,152); }

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

background-color css

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

 a { background-color: rgb(229,76,152); }

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

border-color css

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

 span { border-color: rgb(229,76,152); }

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