Html Css Color HEX #E0488F French Rose

📋 copy color: '#E0488F'

red 224 ◦ green 72 ◦ blue 143

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

Shades of French Rose #E0488F

Tints of French Rose #E0488F

RGB

 RED value IS 224 (87.89% from 255) = 51.03%

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

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

R = 51.03%
G = 16.4%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0488F (or 0xE0488F) is known color: French Rose. HEX triplet: E0, 48 and 8F. RGB value is (224,72,143). Sum of RGB (Red+Green+Blue) = 224+72+143=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0488F is #1FB770. Grayscale: #7D7D7D. Windows color (decimal): -2078577 or 9390304. OLE color: 9390304.

HSL color Cylindrical-coordinate representation of color #E0488F: hue angle of 331.97º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0488F is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 72 143 -
CMYK 0 0.68 0.36 0.12
HSL 331.97º 0.71% 0.58% -
HSV(B) 331.97º 0.68% 0.88% -
XYZ 38.02 22.47 28.32 -
YUV 125.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 224 72 143 0 0.68 0.36 0.12 331.97 0.71 0.58
Hex E0 48 8F 0 44 24 C 14C 47 3A
Octal 340 110 217 0 104 44 14 514 107 72
Binary 11100000 1001000 10001111 0 1000100 100100 1100 101001100 1000111 111010

Color Harmonies of #E0488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0488F

Black with #E0488F

Text Example


Text Example

White with #E0488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0488F; }

 p { color: rgb(224,72,143); }

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

background-color css

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

 a { background-color: rgb(224,72,143); }

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

border-color css

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

 span { border-color: rgb(224,72,143); }

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