#E38AAC

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

Shades of Kobi #E38AAC

Tints of Kobi #E38AAC

Color information

#E38AAC (or 0xE38AAC) is unknown color: approx Kobi. HEX triplet: E3, 8A and AC. RGB value is (227,138,172). Sum of RGB (Red+Green+Blue) = 227+138+172=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E38AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38AAC is #1C7553. Grayscale: #A8A8A8. Windows color (decimal): -1865044 or 11307747. OLE color: 11307747.

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

Color convert

RGB227138172-
CMYK00.390.240.11
HSL337.08º61.38%71.57%-
HSV(B)337.08º39.21%89.02%-
XYZ48.2137.4943.72-
YUV168.49129.99169.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.27%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=42.27%
G=25.70%
B=32.03%

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
Decimal22713817200.390.240.11337.0861.3871.57
HexE38AAC02718B1513d48
Octal343212254047301352175110
Binary11100011100010101010110001001111100010111010100011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38AAC; }

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

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

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

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

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

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

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

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