#E38DAC

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

Shades of Kobi #E38DAC

Tints of Kobi #E38DAC

Color information

#E38DAC (or 0xE38DAC) is unknown color: approx Kobi. HEX triplet: E3, 8D and AC. RGB value is (227,141,172). Sum of RGB (Red+Green+Blue) = 227+141+172=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38DAC is #1C7253. Grayscale: #AAAAAA. Windows color (decimal): -1864276 or 11308515. OLE color: 11308515.

HSL color Cylindrical-coordinate representation of color #E38DAC: hue angle of 338.37º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E38DAC is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB227141172-
CMYK00.380.240.11
HSL338.37º60.56%72.16%-
HSV(B)338.37º37.89%89.02%-
XYZ48.6538.3643.87-
YUV170.25128.99168.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.04%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=42.04%
G=26.11%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714117200.380.240.11338.3760.5672.16
HexE38DAC02618B1523d48
Octal343215254046301352275110
Binary11100011100011011010110001001101100010111010100101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38DAC; }

 p { color: rgb(227,141,172); }

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

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

 a { background-color: rgb(227,141,172); }

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

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

 span { border-color: rgb(227,141,172); }

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