#E2C1F1

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

Shades of Blue Chalk #E2C1F1

Tints of Blue Chalk #E2C1F1

Color information

#E2C1F1 (or 0xE2C1F1) is unknown color: approx Blue Chalk. HEX triplet: E2, C1 and F1. RGB value is (226,193,241). Sum of RGB (Red+Green+Blue) = 226+193+241=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 193 (75.78% from 255 or 29.24% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2C1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C1F1 is #1D3E0E. Grayscale: #D0D0D0. Windows color (decimal): -1916431 or 15843810. OLE color: 15843810.

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

Color convert

RGB226193241-
CMYK0.060.2000.05
HSL281.25º63.16%85.1%-
HSV(B)281.25º19.92%94.51%-
XYZ66.3160.6691.43-
YUV208.34146.43140.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.24%
GREEN value IS 193 (75.78% from 255) = 29.24%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=34.24%
G=29.24%
B=36.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261932410.060.2000.05281.2563.1685.1
HexE2C1F1614051193f55
Octal3423013616240543177125
Binary1110001011000001111100011101010001011000110011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C1F1; }

 p { color: rgb(226,193,241); }

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

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

 a { background-color: rgb(226,193,241); }

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

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

 span { border-color: rgb(226,193,241); }

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