Html Css Color HEX #E8AFBD Melanie

📋 copy color: '#E8AFBD'

red 232 ◦ green 175 ◦ blue 189

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

Shades of Melanie #E8AFBD

Tints of Melanie #E8AFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.71%

R = 38.93%
G = 29.36%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E8AFBD (or 0xE8AFBD) is known color: Melanie. HEX triplet: E8, AF and BD. RGB value is (232,175,189). Sum of RGB (Red+Green+Blue) = 232+175+189=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFBD is #175042. Grayscale: #C1C1C1. Windows color (decimal): -1527875 or 12431336. OLE color: 12431336.

HSL color Cylindrical-coordinate representation of color #E8AFBD: hue angle of 345.26º 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 #E8AFBD is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 175 189 -
CMYK 0 0.25 0.19 0.09
HSL 345.26º 0.55% 0.8% -
HSV(B) 345.26º 0.25% 0.91% -
XYZ 57.79 51.49 55.04 -
YUV 193.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 232 175 189 0 0.25 0.19 0.09 345.26 0.55 0.8
Hex E8 AF BD 0 19 13 9 159 37 50
Octal 350 257 275 0 31 23 11 531 67 120
Binary 11101000 10101111 10111101 0 11001 10011 1001 101011001 110111 1010000

Color Harmonies of #E8AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AFBD

Black with #E8AFBD

Text Example


Text Example

White with #E8AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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