Html Css Color HEX #E54D93 French Rose

📋 copy color: '#E54D93'

red 229 ◦ green 77 ◦ blue 147

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

Shades of French Rose #E54D93

Tints of French Rose #E54D93

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17%

 BLUE value IS 147 (57.81% from 255) = 32.45%

R = 50.55%
G = 17%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E54D93 (or 0xE54D93) is known color: French Rose. HEX triplet: E5, 4D and 93. RGB value is (229,77,147). Sum of RGB (Red+Green+Blue) = 229+77+147=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D93 is #1AB26C. Grayscale: #828282. Windows color (decimal): -1749613 or 9653733. OLE color: 9653733.

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

Color convert

RGB 229 77 147 -
CMYK 0 0.66 0.36 0.10
HSL 332.37º 0.75% 0.6% -
HSV(B) 332.37º 0.66% 0.9% -
XYZ 40.23 24.07 30.13 -
YUV 130.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 229 77 147 0 0.66 0.36 0.10 332.37 0.75 0.6
Hex E5 4D 93 0 42 24 A 14C 4B 3C
Octal 345 115 223 0 102 44 12 514 113 74
Binary 11100101 1001101 10010011 0 1000010 100100 1010 101001100 1001011 111100

Color Harmonies of #E54D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54D93

Black with #E54D93

Text Example


Text Example

White with #E54D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54D93; }

 p { color: rgb(229,77,147); }

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

background-color css

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

 a { background-color: rgb(229,77,147); }

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

border-color css

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

 span { border-color: rgb(229,77,147); }

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