#E2A1B4

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

Shades of Kobi #E2A1B4

Tints of Kobi #E2A1B4

Color information

#E2A1B4 (or 0xE2A1B4) is unknown color: approx Kobi. HEX triplet: E2, A1 and B4. RGB value is (226,161,180). Sum of RGB (Red+Green+Blue) = 226+161+180=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A1B4 is #1D5E4B. Grayscale: #B6B6B6. Windows color (decimal): -1924684 or 11837922. OLE color: 11837922.

HSL color Cylindrical-coordinate representation of color #E2A1B4: hue angle of 342.46º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2A1B4 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB226161180-
CMYK00.290.200.11
HSL342.46º52.85%75.88%-
HSV(B)342.46º28.76%88.63%-
XYZ52.3544.9549.1-
YUV182.6126.53158.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.86%
GREEN value IS 161 (63.28% from 255) = 28.40%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=39.86%
G=28.40%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616118000.290.200.11342.4652.8575.88
HexE2A1B401D14B156354c
Octal342241264035241352665114
Binary1110001010100001101101000111011010010111010101101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A1B4; }

 p { color: rgb(226,161,180); }

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

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

 a { background-color: rgb(226,161,180); }

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

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

 span { border-color: rgb(226,161,180); }

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