#E384A3

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

Shades of Kobi #E384A3

Tints of Kobi #E384A3

Color information

#E384A3 (or 0xE384A3) is unknown color: approx Kobi. HEX triplet: E3, 84 and A3. RGB value is (227,132,163). Sum of RGB (Red+Green+Blue) = 227+132+163=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E384A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384A3 is #1C7B5C. Grayscale: #A3A3A3. Windows color (decimal): -1866589 or 10716387. OLE color: 10716387.

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

Color convert

RGB227132163-
CMYK00.420.280.11
HSL340.42º62.91%70.39%-
HSV(B)340.42º41.85%89.02%-
XYZ46.5435.4839.05-
YUV163.94127.47172.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.49%
GREEN value IS 132 (51.95% from 255) = 25.29%
BLUE value IS 163 (64.06% from 255) = 31.23%
R=43.49%
G=25.29%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713216300.420.280.11340.4262.9170.39
HexE384A302A1CB1543f46
Octal343204243052341352477106
Binary11100011100001001010001101010101110010111010101001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E384A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E384A3; }

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

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

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

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

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

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

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

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