#E2C0EA

Color #E2C0EA Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E2C0EA

Tints of Blue Chalk #E2C0EA

Color information

#E2C0EA (or 0xE2C0EA) is unknown color: approx Blue Chalk. HEX triplet: E2, C0 and EA. RGB value is (226,192,234). Sum of RGB (Red+Green+Blue) = 226+192+234=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2C0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C0EA is #1D3F15. Grayscale: #CECECE. Windows color (decimal): -1916694 or 15384802. OLE color: 15384802.

HSL color Cylindrical-coordinate representation of color #E2C0EA: hue angle of 288.57º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2C0EA is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226192234-
CMYK0.030.1800.08
HSL288.57º50%83.53%-
HSV(B)288.57º17.95%91.76%-
XYZ65.0659.8185.96-
YUV206.95143.26141.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 192 (75.39% from 255) = 29.45%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=34.66%
G=29.45%
B=35.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261922340.030.1800.08288.575083.53
HexE2C0EA312081213254
Octal34230035232201044162124
Binary1110001011000000111010101110010010001001000011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C0EA; }

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

 H1.HeaderClassName
 {
   color: #E2C0EA;
 }
 .AnyTagClassName
 {
   color: #E2C0EA;
 }
</style>
background-color css

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

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

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

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

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

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