#E68DAE

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

Shades of Kobi #E68DAE

Tints of Kobi #E68DAE

Color information

#E68DAE (or 0xE68DAE) is unknown color: approx Kobi. HEX triplet: E6, 8D and AE. RGB value is (230,141,174). Sum of RGB (Red+Green+Blue) = 230+141+174=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68DAE is #197251. Grayscale: #ABABAB. Windows color (decimal): -1667666 or 11439590. OLE color: 11439590.

HSL color Cylindrical-coordinate representation of color #E68DAE: hue angle of 337.75º 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 #E68DAE is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230141174-
CMYK00.390.240.10
HSL337.75º64.03%72.75%-
HSV(B)337.75º38.7%90.2%-
XYZ49.838.9344.93-
YUV171.37129.49169.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=42.20%
G=25.87%
B=31.93%

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
Decimal23014117400.390.240.10337.7564.0372.75
HexE68DAE02718A1524049
Octal3462152560473012522100111
Binary111001101000110110101110010011111000101010101001010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DAE; }

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

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

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

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

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

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

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

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