#E295A3

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

Shades of Kobi #E295A3

Tints of Kobi #E295A3

Color information

#E295A3 (or 0xE295A3) is unknown color: approx Kobi. HEX triplet: E2, 95 and A3. RGB value is (226,149,163). Sum of RGB (Red+Green+Blue) = 226+149+163=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E295A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E295A3 is #1D6A5C. Grayscale: #ADADAD. Windows color (decimal): -1927773 or 10720738. OLE color: 10720738.

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

Color convert

RGB226149163-
CMYK00.340.280.11
HSL349.09º57.04%73.53%-
HSV(B)349.09º34.07%88.63%-
XYZ48.7240.3139.86-
YUV173.62122.01165.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.01%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 163 (64.06% from 255) = 30.30%
R=42.01%
G=27.70%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614916300.340.280.11349.0957.0473.53
HexE295A30221CB15d394a
Octal342225243042341353571112
Binary11100010100101011010001101000101110010111010111011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295A3; }

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

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

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

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

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

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

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

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