Html Css Color HEX #E2BFCA Melanie

📋 copy color: '#E2BFCA'

red 226 ◦ green 191 ◦ blue 202

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

Shades of Melanie #E2BFCA

Tints of Melanie #E2BFCA

RGB

 RED value IS 226 (88.67% from 255) = 36.51%

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

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

R = 36.51%
G = 30.86%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E2BFCA (or 0xE2BFCA) is known color: Melanie. HEX triplet: E2, BF and CA. RGB value is (226,191,202). Sum of RGB (Red+Green+Blue) = 226+191+202=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFCA is #1D4035. Grayscale: #CACACA. Windows color (decimal): -1916982 or 13287394. OLE color: 13287394.

HSL color Cylindrical-coordinate representation of color #E2BFCA: hue angle of 341.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2BFCA is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 191 202 -
CMYK 0 0.15 0.11 0.11
HSL 341.14º 0.38% 0.82% -
HSV(B) 341.14º 0.15% 0.89% -
XYZ 60.66 57.69 63.82 -
YUV 202.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 226 191 202 0 0.15 0.11 0.11 341.14 0.38 0.82
Hex E2 BF CA 0 F B B 155 26 52
Octal 342 277 312 0 17 13 13 525 46 122
Binary 11100010 10111111 11001010 0 1111 1011 1011 101010101 100110 1010010

Color Harmonies of #E2BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFCA

Black with #E2BFCA

Text Example


Text Example

White with #E2BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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