Html Css Color HEX #E8488F French Rose

📋 copy color: '#E8488F'

red 232 ◦ green 72 ◦ blue 143

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

Shades of French Rose #E8488F

Tints of French Rose #E8488F

RGB

 RED value IS 232 (91.02% from 255) = 51.9%

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

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

R = 51.9%
G = 16.11%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E8488F (or 0xE8488F) is known color: French Rose. HEX triplet: E8, 48 and 8F. RGB value is (232,72,143). Sum of RGB (Red+Green+Blue) = 232+72+143=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E8488F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8488F is #17B770. Grayscale: #7F7F7F. Windows color (decimal): -1554289 or 9390312. OLE color: 9390312.

HSL color Cylindrical-coordinate representation of color #E8488F: hue angle of 333.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8488F is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 72 143 -
CMYK 0 0.69 0.38 0.09
HSL 333.38º 0.78% 0.6% -
HSV(B) 333.38º 0.69% 0.91% -
XYZ 40.55 23.77 28.44 -
YUV 127.93 136.51 202.23 -
System Red Green Blue C M Y K H S L
Decimal 232 72 143 0 0.69 0.38 0.09 333.38 0.78 0.6
Hex E8 48 8F 0 45 26 9 14D 4E 3C
Octal 350 110 217 0 105 46 11 515 116 74
Binary 11101000 1001000 10001111 0 1000101 100110 1001 101001101 1001110 111100

Color Harmonies of #E8488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8488F

Black with #E8488F

Text Example


Text Example

White with #E8488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8488F; }

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

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

background-color css

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

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

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

border-color css

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

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

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