#E381A6

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

Shades of Kobi #E381A6

Tints of Kobi #E381A6

Color information

#E381A6 (or 0xE381A6) is unknown color: approx Kobi. HEX triplet: E3, 81 and A6. RGB value is (227,129,166). Sum of RGB (Red+Green+Blue) = 227+129+166=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E381A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381A6 is #1C7E59. Grayscale: #A2A2A2. Windows color (decimal): -1867354 or 10912227. OLE color: 10912227.

HSL color Cylindrical-coordinate representation of color #E381A6: hue angle of 337.35º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E381A6 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB227129166-
CMYK00.430.270.11
HSL337.35º63.64%69.8%-
HSV(B)337.35º43.17%89.02%-
XYZ46.4134.7840.34-
YUV162.52129.97173.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.49%
GREEN value IS 129 (50.78% from 255) = 24.71%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=43.49%
G=24.71%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712916600.430.270.11337.3563.6469.8
HexE381A602B1BB1514046
Octal3432012460533313521100106
Binary111000111000000110100110010101111011101110101000110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381A6; }

 p { color: rgb(227,129,166); }

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

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

 a { background-color: rgb(227,129,166); }

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

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

 span { border-color: rgb(227,129,166); }

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