#E38BAD

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

Shades of Kobi #E38BAD

Tints of Kobi #E38BAD

Color information

#E38BAD (or 0xE38BAD) is unknown color: approx Kobi. HEX triplet: E3, 8B and AD. RGB value is (227,139,173). Sum of RGB (Red+Green+Blue) = 227+139+173=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38BAD is #1C7452. Grayscale: #A9A9A9. Windows color (decimal): -1864787 or 11373539. OLE color: 11373539.

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

Color convert

RGB227139173-
CMYK00.390.240.11
HSL336.82º61.11%71.76%-
HSV(B)336.82º38.77%89.02%-
XYZ48.4537.8144.28-
YUV169.19130.15169.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.12%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=42.12%
G=25.79%
B=32.10%

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
Decimal22713917300.390.240.11336.8261.1171.76
HexE38BAD02718B1513d48
Octal343213255047301352175110
Binary11100011100010111010110101001111100010111010100011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38BAD; }

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

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

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

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

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

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

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

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