Html Css Color HEX #E1488F French Rose

📋 copy color: '#E1488F'

red 225 ◦ green 72 ◦ blue 143

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

Shades of French Rose #E1488F

Tints of French Rose #E1488F

RGB

 RED value IS 225 (88.28% from 255) = 51.14%

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

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

R = 51.14%
G = 16.36%
B = 32.5%

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

#E1488F (or 0xE1488F) is known color: French Rose. HEX triplet: E1, 48 and 8F. RGB value is (225,72,143). Sum of RGB (Red+Green+Blue) = 225+72+143=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1488F is #1EB770. Grayscale: #7D7D7D. Windows color (decimal): -2013041 or 9390305. OLE color: 9390305.

HSL color Cylindrical-coordinate representation of color #E1488F: hue angle of 332.16º degrees, saturation: 0.72, 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 #E1488F is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 72 143 -
CMYK 0 0.68 0.36 0.12
HSL 332.16º 0.72% 0.58% -
HSV(B) 332.16º 0.68% 0.88% -
XYZ 38.33 22.63 28.33 -
YUV 125.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 225 72 143 0 0.68 0.36 0.12 332.16 0.72 0.58
Hex E1 48 8F 0 44 24 C 14C 48 3A
Octal 341 110 217 0 104 44 14 514 110 72
Binary 11100001 1001000 10001111 0 1000100 100100 1100 101001100 1001000 111010

Color Harmonies of #E1488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1488F

Black with #E1488F

Text Example


Text Example

White with #E1488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1488F; }

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

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

background-color css

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

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

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

border-color css

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

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

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