#E38BAB

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

Shades of Kobi #E38BAB

Tints of Kobi #E38BAB

Color information

#E38BAB (or 0xE38BAB) is unknown color: approx Kobi. HEX triplet: E3, 8B and AB. RGB value is (227,139,171). Sum of RGB (Red+Green+Blue) = 227+139+171=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38BAB is #1C7454. Grayscale: #A8A8A8. Windows color (decimal): -1864789 or 11242467. OLE color: 11242467.

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

Color convert

RGB227139171-
CMYK00.390.250.11
HSL338.18º61.11%71.76%-
HSV(B)338.18º38.77%89.02%-
XYZ48.2637.7443.27-
YUV168.96129.15169.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.27%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=42.27%
G=25.88%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713917100.390.250.11338.1861.1171.76
HexE38BAB02719B1523d48
Octal343213253047311352275110
Binary11100011100010111010101101001111100110111010100101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38BAB; }

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

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

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

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

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

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

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

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