Html Css Color HEX #E8AFBE Melanie

📋 copy color: '#E8AFBE'

red 232 ◦ green 175 ◦ blue 190

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

Shades of Melanie #E8AFBE

Tints of Melanie #E8AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.31%

 BLUE value IS 190 (74.61% from 255) = 31.83%

R = 38.86%
G = 29.31%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E8AFBE (or 0xE8AFBE) is known color: Melanie. HEX triplet: E8, AF and BE. RGB value is (232,175,190). Sum of RGB (Red+Green+Blue) = 232+175+190=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFBE is #175041. Grayscale: #C1C1C1. Windows color (decimal): -1527874 or 12496872. OLE color: 12496872.

HSL color Cylindrical-coordinate representation of color #E8AFBE: hue angle of 344.21º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AFBE is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 175 190 -
CMYK 0 0.25 0.18 0.09
HSL 344.21º 0.55% 0.8% -
HSV(B) 344.21º 0.25% 0.91% -
XYZ 57.9 51.53 55.61 -
YUV 193.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 232 175 190 0 0.25 0.18 0.09 344.21 0.55 0.8
Hex E8 AF BE 0 19 12 9 158 37 50
Octal 350 257 276 0 31 22 11 530 67 120
Binary 11101000 10101111 10111110 0 11001 10010 1001 101011000 110111 1010000

Color Harmonies of #E8AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AFBE

Black with #E8AFBE

Text Example


Text Example

White with #E8AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AFBE; }

 p { color: rgb(232,175,190); }

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

background-color css

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

 a { background-color: rgb(232,175,190); }

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

border-color css

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

 span { border-color: rgb(232,175,190); }

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