Html Css Color HEX #E6AFBE Melanie

📋 copy color: '#E6AFBE'

red 230 ◦ green 175 ◦ blue 190

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

Shades of Melanie #E6AFBE

Tints of Melanie #E6AFBE

RGB

 RED value IS 230 (90.23% from 255) = 38.66%

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

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

R = 38.66%
G = 29.41%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E6AFBE (or 0xE6AFBE) is known color: Melanie. HEX triplet: E6, AF and BE. RGB value is (230,175,190). Sum of RGB (Red+Green+Blue) = 230+175+190=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFBE is #195041. Grayscale: #C1C1C1. Windows color (decimal): -1658946 or 12496870. OLE color: 12496870.

HSL color Cylindrical-coordinate representation of color #E6AFBE: hue angle of 343.64º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFBE is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 175 190 -
CMYK 0 0.24 0.17 0.10
HSL 343.64º 0.52% 0.79% -
HSV(B) 343.64º 0.24% 0.9% -
XYZ 57.26 51.2 55.58 -
YUV 193.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 230 175 190 0 0.24 0.17 0.10 343.64 0.52 0.79
Hex E6 AF BE 0 18 11 A 158 34 4F
Octal 346 257 276 0 30 21 12 530 64 117
Binary 11100110 10101111 10111110 0 11000 10001 1010 101011000 110100 1001111

Color Harmonies of #E6AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFBE

Black with #E6AFBE

Text Example


Text Example

White with #E6AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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