Html Css Color HEX #E2C0EF Blue Chalk

📋 copy color: '#E2C0EF'

red 226 ◦ green 192 ◦ blue 239

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

Shades of Blue Chalk #E2C0EF

Tints of Blue Chalk #E2C0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.22%

 BLUE value IS 239 (93.75% from 255) = 36.38%

R = 34.4%
G = 29.22%
B = 36.38%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E2C0EF (or 0xE2C0EF) is known color: Blue Chalk. HEX triplet: E2, C0 and EF. RGB value is (226,192,239). Sum of RGB (Red+Green+Blue) = 226+192+239=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 192 (75.39% from 255 or 29.22% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2C0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C0EF is #1D3F10. Grayscale: #CFCFCF. Windows color (decimal): -1916689 or 15712482. OLE color: 15712482.

HSL color Cylindrical-coordinate representation of color #E2C0EF: hue angle of 283.4º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2C0EF is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 192 239 -
CMYK 0.05 0.20 0 0.06
HSL 283.4º 0.59% 0.85% -
HSV(B) 283.4º 0.2% 0.94% -
XYZ 65.79 60.1 89.79 -
YUV 207.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 226 192 239 0.05 0.20 0 0.06 283.4 0.59 0.85
Hex E2 C0 EF 5 14 0 6 11B 3B 55
Octal 342 300 357 5 24 0 6 433 73 125
Binary 11100010 11000000 11101111 101 10100 0 110 100011011 111011 1010101

Color Harmonies of #E2C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C0EF

Black with #E2C0EF

Text Example


Text Example

White with #E2C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C0EF; }

 p { color: rgb(226,192,239); }

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

background-color css

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

 a { background-color: rgb(226,192,239); }

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

border-color css

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

 span { border-color: rgb(226,192,239); }

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