#e68aa8

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

Shades of Kobi #E68AA8

Tints of Kobi #E68AA8

Color information

#E68AA8 (or 0xE68AA8) is unknown color: approx Kobi. HEX triplet: E6, 8A and A8. RGB value is (230,138,168). Sum of RGB (Red+Green+Blue) = 230+138+168=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AA8 is #197557. Grayscale: #A8A8A8. Windows color (decimal): -1668440 or 11045606. OLE color: 11045606.

HSL color Cylindrical-coordinate representation of color #E68AA8: hue angle of 340.43º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68AA8 is Cyan = 0, Magento = 0.4, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB230138168-
CMYK00.40.270.10
HSL340.43º64.79%72.16%-
HSV(B)340.43º40%90.2%-
XYZ48.7937.8341.78-
YUV168.93127.48171.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.91%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=42.91%
G=25.75%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013816800.40.270.10340.4364.7972.16
HexE68AA80281BA1544148
Octal3462122500503312524101110
Binary111001101000101010101000010100011011101010101010010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e68aa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e68aa8; }

 p { color: rgb(230,138,168); }

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

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

 a { background-color: rgb(230,138,168); }

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

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

 span { border-color: rgb(230,138,168); }

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