#E08DB1

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

Shades of Kobi #E08DB1

Tints of Kobi #E08DB1

Color information

#E08DB1 (or 0xE08DB1) is unknown color: approx Kobi. HEX triplet: E0, 8D and B1. RGB value is (224,141,177). Sum of RGB (Red+Green+Blue) = 224+141+177=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DB1 is #1F724E. Grayscale: #A9A9A9. Windows color (decimal): -2060879 or 11636192. OLE color: 11636192.

HSL color Cylindrical-coordinate representation of color #E08DB1: hue angle of 333.98º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08DB1 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB224141177-
CMYK00.370.210.12
HSL333.98º57.24%71.57%-
HSV(B)333.98º37.05%87.84%-
XYZ48.238.0746.4-
YUV169.92132166.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 177 (69.53% from 255) = 32.66%
R=41.33%
G=26.01%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414117700.370.210.12333.9857.2471.57
HexE08DB102515C14e3948
Octal340215261045251451671110
Binary11100000100011011011000101001011010111001010011101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DB1; }

 p { color: rgb(224,141,177); }

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

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

 a { background-color: rgb(224,141,177); }

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

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

 span { border-color: rgb(224,141,177); }

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