#E384AB

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

Shades of Kobi #E384AB

Tints of Kobi #E384AB

Color information

#E384AB (or 0xE384AB) is unknown color: approx Kobi. HEX triplet: E3, 84 and AB. RGB value is (227,132,171). Sum of RGB (Red+Green+Blue) = 227+132+171=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E384AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384AB is #1C7B54. Grayscale: #A4A4A4. Windows color (decimal): -1866581 or 11240675. OLE color: 11240675.

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

Color convert

RGB227132171-
CMYK00.420.250.11
HSL335.37º62.91%70.39%-
HSV(B)335.37º41.85%89.02%-
XYZ47.2835.7742.94-
YUV164.85131.47172.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.83%
GREEN value IS 132 (51.95% from 255) = 24.91%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=42.83%
G=24.91%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713217100.420.250.11335.3762.9170.39
HexE384AB02A19B14f3f46
Octal343204253052311351777106
Binary11100011100001001010101101010101100110111010011111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E384AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E384AB; }

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

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

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

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

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

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

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

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