#E092A0

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

Shades of Kobi #E092A0

Tints of Kobi #E092A0

Color information

#E092A0 (or 0xE092A0) is unknown color: approx Kobi. HEX triplet: E0, 92 and A0. RGB value is (224,146,160). Sum of RGB (Red+Green+Blue) = 224+146+160=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E092A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E092A0 is #1F6D5F. Grayscale: #AAAAAA. Windows color (decimal): -2059616 or 10523360. OLE color: 10523360.

HSL color Cylindrical-coordinate representation of color #E092A0: hue angle of 349.23º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E092A0 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224146160-
CMYK00.350.290.12
HSL349.23º55.71%72.55%-
HSV(B)349.23º34.82%87.84%-
XYZ47.3638.9438.28-
YUV170.92121.84165.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=42.26%
G=27.55%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414616000.350.290.12349.2355.7172.55
HexE092A00231DC15d3849
Octal340222240043351453570111
Binary11100000100100101010000001000111110111001010111011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E092A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E092A0; }

 p { color: rgb(224,146,160); }

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

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

 a { background-color: rgb(224,146,160); }

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

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

 span { border-color: rgb(224,146,160); }

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