#E292AA

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

Shades of Kobi #E292AA

Tints of Kobi #E292AA

Color information

#E292AA (or 0xE292AA) is unknown color: approx Kobi. HEX triplet: E2, 92 and AA. RGB value is (226,146,170). Sum of RGB (Red+Green+Blue) = 226+146+170=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E292AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E292AA is #1D6D55. Grayscale: #ACACAC. Windows color (decimal): -1928534 or 11178722. OLE color: 11178722.

HSL color Cylindrical-coordinate representation of color #E292AA: hue angle of 342º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E292AA is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB226146170-
CMYK00.350.250.11
HSL342º57.97%72.94%-
HSV(B)342º35.4%88.63%-
XYZ48.939.6343.1-
YUV172.66126.5166.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.70%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=41.70%
G=26.94%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614617000.350.250.1134257.9772.94
HexE292AA02319B1563a49
Octal342222252043311352672111
Binary11100010100100101010101001000111100110111010101101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E292AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E292AA; }

 p { color: rgb(226,146,170); }

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

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

 a { background-color: rgb(226,146,170); }

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

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

 span { border-color: rgb(226,146,170); }

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