Html Css Color HEX #E5488A French Rose

📋 copy color: '#E5488A'

red 229 ◦ green 72 ◦ blue 138

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

Shades of French Rose #E5488A

Tints of French Rose #E5488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.4%

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 52.16%
G = 16.4%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5488A (or 0xE5488A) is known color: French Rose. HEX triplet: E5, 48 and 8A. RGB value is (229,72,138). Sum of RGB (Red+Green+Blue) = 229+72+138=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5488A is #1AB775. Grayscale: #7E7E7E. Windows color (decimal): -1750902 or 9062629. OLE color: 9062629.

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

Color convert

RGB 229 72 138 -
CMYK 0 0.69 0.40 0.10
HSL 334.78º 0.75% 0.59% -
HSV(B) 334.78º 0.69% 0.9% -
XYZ 39.22 23.13 26.44 -
YUV 126.47 134.51 201.13 -
System Red Green Blue C M Y K H S L
Decimal 229 72 138 0 0.69 0.40 0.10 334.78 0.75 0.59
Hex E5 48 8A 0 45 28 A 14F 4B 3B
Octal 345 110 212 0 105 50 12 517 113 73
Binary 11100101 1001000 10001010 0 1000101 101000 1010 101001111 1001011 111011

Color Harmonies of #E5488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5488A

Black with #E5488A

Text Example


Text Example

White with #E5488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5488A; }

 p { color: rgb(229,72,138); }

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

background-color css

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

 a { background-color: rgb(229,72,138); }

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

border-color css

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

 span { border-color: rgb(229,72,138); }

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