#E882AD

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

Shades of Kobi #E882AD

Tints of Kobi #E882AD

Color information

#E882AD (or 0xE882AD) is unknown color: approx Kobi. HEX triplet: E8, 82 and AD. RGB value is (232,130,173). Sum of RGB (Red+Green+Blue) = 232+130+173=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E882AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E882AD is #177D52. Grayscale: #A5A5A5. Windows color (decimal): -1539411 or 11371240. OLE color: 11371240.

HSL color Cylindrical-coordinate representation of color #E882AD: hue angle of 334.71º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E882AD is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232130173-
CMYK00.440.250.09
HSL334.71º68.92%70.98%-
HSV(B)334.71º43.97%90.98%-
XYZ48.836.1443.94-
YUV165.4132.29175.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.36%
GREEN value IS 130 (51.17% from 255) = 24.30%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=43.36%
G=24.30%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213017300.440.250.09334.7168.9270.98
HexE882AD02C19914f4547
Octal3502022550543111517105107
Binary111010001000001010101101010110011001100110100111110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E882AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E882AD; }

 p { color: rgb(232,130,173); }

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

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

 a { background-color: rgb(232,130,173); }

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

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

 span { border-color: rgb(232,130,173); }

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