#E092AD

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

Shades of Kobi #E092AD

Tints of Kobi #E092AD

Color information

#E092AD (or 0xE092AD) is unknown color: approx Kobi. HEX triplet: E0, 92 and AD. RGB value is (224,146,173). Sum of RGB (Red+Green+Blue) = 224+146+173=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E092AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E092AD is #1F6D52. Grayscale: #ACACAC. Windows color (decimal): -2059603 or 11375328. OLE color: 11375328.

HSL color Cylindrical-coordinate representation of color #E092AD: hue angle of 339.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 #E092AD is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224146173-
CMYK00.350.230.12
HSL339.23º55.71%72.55%-
HSV(B)339.23º34.82%87.84%-
XYZ48.5639.4244.58-
YUV172.4128.34164.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 146 (57.42% from 255) = 26.89%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=41.25%
G=26.89%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414617300.350.230.12339.2355.7172.55
HexE092AD02317C1533849
Octal340222255043271452370111
Binary11100000100100101010110101000111011111001010100111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E092AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E092AD; }

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

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

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

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

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

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

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

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