#E295A4

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

Shades of Kobi #E295A4

Tints of Kobi #E295A4

Color information

#E295A4 (or 0xE295A4) is unknown color: approx Kobi. HEX triplet: E2, 95 and A4. RGB value is (226,149,164). Sum of RGB (Red+Green+Blue) = 226+149+164=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E295A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E295A4 is #1D6A5B. Grayscale: #ADADAD. Windows color (decimal): -1927772 or 10786274. OLE color: 10786274.

HSL color Cylindrical-coordinate representation of color #E295A4: hue angle of 348.31º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E295A4 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB226149164-
CMYK00.340.270.11
HSL348.31º57.04%73.53%-
HSV(B)348.31º34.07%88.63%-
XYZ48.8140.3440.34-
YUV173.73122.51165.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.93%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 164 (64.45% from 255) = 30.43%
R=41.93%
G=27.64%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614916400.340.270.11348.3157.0473.53
HexE295A40221BB15c394a
Octal342225244042331353471112
Binary11100010100101011010010001000101101110111010111001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295A4; }

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

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

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

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

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

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

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

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