#E68DAF

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

Shades of Kobi #E68DAF

Tints of Kobi #E68DAF

Color information

#E68DAF (or 0xE68DAF) is unknown color: approx Kobi. HEX triplet: E6, 8D and AF. RGB value is (230,141,175). Sum of RGB (Red+Green+Blue) = 230+141+175=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68DAF is #197250. Grayscale: #ABABAB. Windows color (decimal): -1667665 or 11505126. OLE color: 11505126.

HSL color Cylindrical-coordinate representation of color #E68DAF: hue angle of 337.08º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68DAF is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230141175-
CMYK00.390.240.10
HSL337.08º64.03%72.75%-
HSV(B)337.08º38.7%90.2%-
XYZ49.938.9745.45-
YUV171.49129.99169.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.12%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=42.12%
G=25.82%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014117500.390.240.10337.0864.0372.75
HexE68DAF02718A1514049
Octal3462152570473012521100111
Binary111001101000110110101111010011111000101010101000110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DAF; }

 p { color: rgb(230,141,175); }

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

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

 a { background-color: rgb(230,141,175); }

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

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

 span { border-color: rgb(230,141,175); }

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