Html Css Color HEX #E0BFCA Melanie

📋 copy color: '#E0BFCA'

red 224 ◦ green 191 ◦ blue 202

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

Shades of Melanie #E0BFCA

Tints of Melanie #E0BFCA

RGB

 RED value IS 224 (87.89% from 255) = 36.3%

 GREEN value IS 191 (75% from 255) = 30.96%

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 36.3%
G = 30.96%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E0BFCA (or 0xE0BFCA) is known color: Melanie. HEX triplet: E0, BF and CA. RGB value is (224,191,202). Sum of RGB (Red+Green+Blue) = 224+191+202=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFCA is #1F4035. Grayscale: #CACACA. Windows color (decimal): -2048054 or 13287392. OLE color: 13287392.

HSL color Cylindrical-coordinate representation of color #E0BFCA: hue angle of 340º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFCA is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 191 202 -
CMYK 0 0.15 0.10 0.12
HSL 340º 0.35% 0.81% -
HSV(B) 340º 0.15% 0.88% -
XYZ 60.03 57.37 63.79 -
YUV 202.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 224 191 202 0 0.15 0.10 0.12 340 0.35 0.81
Hex E0 BF CA 0 F A C 154 23 51
Octal 340 277 312 0 17 12 14 524 43 121
Binary 11100000 10111111 11001010 0 1111 1010 1100 101010100 100011 1010001

Color Harmonies of #E0BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFCA

Black with #E0BFCA

Text Example


Text Example

White with #E0BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFCA; }

 p { color: rgb(224,191,202); }

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

background-color css

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

 a { background-color: rgb(224,191,202); }

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

border-color css

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

 span { border-color: rgb(224,191,202); }

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