#E68DB3

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

Shades of Kobi #E68DB3

Tints of Kobi #E68DB3

Color information

#E68DB3 (or 0xE68DB3) is unknown color: approx Kobi. HEX triplet: E6, 8D and B3. RGB value is (230,141,179). Sum of RGB (Red+Green+Blue) = 230+141+179=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DB3 is #19724C. Grayscale: #ABABAB. Windows color (decimal): -1667661 or 11767270. OLE color: 11767270.

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

Color convert

RGB230141179-
CMYK00.390.220.10
HSL334.38º64.03%72.75%-
HSV(B)334.38º38.7%90.2%-
XYZ50.2939.1347.55-
YUV171.94131.99169.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=41.82%
G=25.64%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014117900.390.220.10334.3864.0372.75
HexE68DB302716A14e4049
Octal3462152630472612516100111
Binary111001101000110110110011010011110110101010100111010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DB3; }

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

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

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

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

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

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

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

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