#E594AE

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

Shades of Kobi #E594AE

Tints of Kobi #E594AE

Color information

#E594AE (or 0xE594AE) is unknown color: approx Kobi. HEX triplet: E5, 94 and AE. RGB value is (229,148,174). Sum of RGB (Red+Green+Blue) = 229+148+174=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E594AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E594AE is #1A6B51. Grayscale: #AFAFAF. Windows color (decimal): -1731410 or 11441381. OLE color: 11441381.

HSL color Cylindrical-coordinate representation of color #E594AE: hue angle of 340.74º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E594AE is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229148174-
CMYK00.350.240.10
HSL340.74º60.9%73.92%-
HSV(B)340.74º35.37%89.8%-
XYZ50.5440.8945.27-
YUV175.18127.34166.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.56%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=41.56%
G=26.86%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914817400.350.240.10340.7460.973.92
HexE594AE02318A1553d4a
Octal345224256043301252575112
Binary11100101100101001010111001000111100010101010101011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E594AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E594AE; }

 p { color: rgb(229,148,174); }

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

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

 a { background-color: rgb(229,148,174); }

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

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

 span { border-color: rgb(229,148,174); }

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