#E68DB2

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

Shades of Kobi #E68DB2

Tints of Kobi #E68DB2

Color information

#E68DB2 (or 0xE68DB2) is unknown color: approx Kobi. HEX triplet: E6, 8D and B2. RGB value is (230,141,178). Sum of RGB (Red+Green+Blue) = 230+141+178=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68DB2 is #19724D. Grayscale: #ABABAB. Windows color (decimal): -1667662 or 11701734. OLE color: 11701734.

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

Color convert

RGB230141178-
CMYK00.390.230.10
HSL335.06º64.03%72.75%-
HSV(B)335.06º38.7%90.2%-
XYZ50.1939.0947.02-
YUV171.83131.49169.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=41.89%
G=25.68%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014117800.390.230.10335.0664.0372.75
HexE68DB202717A14f4049
Octal3462152620472712517100111
Binary111001101000110110110010010011110111101010100111110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DB2; }

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

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

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

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

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

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

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

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