#e2a3b5

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

Shades of Kobi #E2A3B5

Tints of Kobi #E2A3B5

Color information

#E2A3B5 (or 0xE2A3B5) is unknown color: approx Kobi. HEX triplet: E2, A3 and B5. RGB value is (226,163,181). Sum of RGB (Red+Green+Blue) = 226+163+181=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A3B5 is #1D5C4A. Grayscale: #B7B7B7. Windows color (decimal): -1924171 or 11903970. OLE color: 11903970.

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

Color convert

RGB226163181-
CMYK00.280.200.11
HSL342.86º52.07%76.27%-
HSV(B)342.86º27.88%88.63%-
XYZ52.845.749.75-
YUV183.89126.37158.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.65%
GREEN value IS 163 (64.06% from 255) = 28.60%
BLUE value IS 181 (71.09% from 255) = 31.75%
R=39.65%
G=28.60%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616318100.280.200.11342.8652.0776.27
HexE2A3B501C14B157344c
Octal342243265034241352764114
Binary1110001010100011101101010111001010010111010101111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2a3b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2a3b5; }

 p { color: rgb(226,163,181); }

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

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

 a { background-color: rgb(226,163,181); }

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

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

 span { border-color: rgb(226,163,181); }

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