#E295AF

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

Shades of Kobi #E295AF

Tints of Kobi #E295AF

Color information

#E295AF (or 0xE295AF) is unknown color: approx Kobi. HEX triplet: E2, 95 and AF. RGB value is (226,149,175). Sum of RGB (Red+Green+Blue) = 226+149+175=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E295AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E295AF is #1D6A50. Grayscale: #AEAEAE. Windows color (decimal): -1927761 or 11507170. OLE color: 11507170.

HSL color Cylindrical-coordinate representation of color #E295AF: hue angle of 339.74º 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 #E295AF is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226149175-
CMYK00.340.230.11
HSL339.74º57.04%73.53%-
HSV(B)339.74º34.07%88.63%-
XYZ49.8540.7645.8-
YUV174.99128.01164.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.09%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=41.09%
G=27.09%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614917500.340.230.11339.7457.0473.53
HexE295AF02217B154394a
Octal342225257042271352471112
Binary11100010100101011010111101000101011110111010101001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295AF; }

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

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

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

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

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

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

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

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