#E38BAC

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

Shades of Kobi #E38BAC

Tints of Kobi #E38BAC

Color information

#E38BAC (or 0xE38BAC) is unknown color: approx Kobi. HEX triplet: E3, 8B and AC. RGB value is (227,139,172). Sum of RGB (Red+Green+Blue) = 227+139+172=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38BAC is #1C7453. Grayscale: #A9A9A9. Windows color (decimal): -1864788 or 11308003. OLE color: 11308003.

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

Color convert

RGB227139172-
CMYK00.390.240.11
HSL337.5º61.11%71.76%-
HSV(B)337.5º38.77%89.02%-
XYZ48.3637.7743.77-
YUV169.07129.65169.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.19%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=42.19%
G=25.84%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713917200.390.240.11337.561.1171.76
HexE38BAC02718B1523d48
Octal343213254047301352275110
Binary11100011100010111010110001001111100010111010100101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38BAC; }

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

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

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

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

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

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

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

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