Html Css Color HEX #E6ACBC Melanie

📋 copy color: '#E6ACBC'

red 230 ◦ green 172 ◦ blue 188

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

Shades of Melanie #E6ACBC

Tints of Melanie #E6ACBC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.15%

 BLUE value IS 188 (73.83% from 255) = 31.86%

R = 38.98%
G = 29.15%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6ACBC (or 0xE6ACBC) is known color: Melanie. HEX triplet: E6, AC and BC. RGB value is (230,172,188). Sum of RGB (Red+Green+Blue) = 230+172+188=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ACBC is #195343. Grayscale: #BFBFBF. Windows color (decimal): -1659716 or 12365030. OLE color: 12365030.

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

Color convert

RGB 230 172 188 -
CMYK 0 0.25 0.18 0.10
HSL 343.45º 0.54% 0.79% -
HSV(B) 343.45º 0.25% 0.9% -
XYZ 56.46 49.96 54.24 -
YUV 191.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 230 172 188 0 0.25 0.18 0.10 343.45 0.54 0.79
Hex E6 AC BC 0 19 12 A 157 36 4F
Octal 346 254 274 0 31 22 12 527 66 117
Binary 11100110 10101100 10111100 0 11001 10010 1010 101010111 110110 1001111

Color Harmonies of #E6ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ACBC

Black with #E6ACBC

Text Example


Text Example

White with #E6ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ACBC; }

 p { color: rgb(230,172,188); }

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

background-color css

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

 a { background-color: rgb(230,172,188); }

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

border-color css

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

 span { border-color: rgb(230,172,188); }

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