#E595A4

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

Shades of Kobi #E595A4

Tints of Kobi #E595A4

Color information

#E595A4 (or 0xE595A4) is unknown color: approx Kobi. HEX triplet: E5, 95 and A4. RGB value is (229,149,164). Sum of RGB (Red+Green+Blue) = 229+149+164=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E595A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E595A4 is #1A6A5B. Grayscale: #AEAEAE. Windows color (decimal): -1731164 or 10786277. OLE color: 10786277.

HSL color Cylindrical-coordinate representation of color #E595A4: hue angle of 348.75º 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 #E595A4 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB229149164-
CMYK00.350.280.10
HSL348.75º60.61%74.12%-
HSV(B)348.75º34.93%89.8%-
XYZ49.7640.8340.38-
YUV174.63122166.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.25%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 164 (64.45% from 255) = 30.26%
R=42.25%
G=27.49%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914916400.350.280.10348.7560.6174.12
HexE595A40231CA15d3d4a
Octal345225244043341253575112
Binary11100101100101011010010001000111110010101010111011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E595A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E595A4; }

 p { color: rgb(229,149,164); }

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

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

 a { background-color: rgb(229,149,164); }

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

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

 span { border-color: rgb(229,149,164); }

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