#E681AD

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

Shades of Kobi #E681AD

Tints of Kobi #E681AD

Color information

#E681AD (or 0xE681AD) is unknown color: approx Kobi. HEX triplet: E6, 81 and AD. RGB value is (230,129,173). Sum of RGB (Red+Green+Blue) = 230+129+173=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E681AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E681AD is #197E52. Grayscale: #A4A4A4. Windows color (decimal): -1670739 or 11370982. OLE color: 11370982.

HSL color Cylindrical-coordinate representation of color #E681AD: hue angle of 333.86º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E681AD is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230129173-
CMYK00.440.250.10
HSL333.86º66.89%70.39%-
HSV(B)333.86º43.91%90.2%-
XYZ48.0335.5443.86-
YUV164.22132.96174.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.23%
GREEN value IS 129 (50.78% from 255) = 24.25%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=43.23%
G=24.25%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012917300.440.250.10333.8666.8970.39
HexE681AD02C19A14e4346
Octal3462012550543112516103106
Binary111001101000000110101101010110011001101010100111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E681AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E681AD; }

 p { color: rgb(230,129,173); }

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

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

 a { background-color: rgb(230,129,173); }

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

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

 span { border-color: rgb(230,129,173); }

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