#E384A8

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

Shades of Kobi #E384A8

Tints of Kobi #E384A8

Color information

#E384A8 (or 0xE384A8) is unknown color: approx Kobi. HEX triplet: E3, 84 and A8. RGB value is (227,132,168). Sum of RGB (Red+Green+Blue) = 227+132+168=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E384A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384A8 is #1C7B57. Grayscale: #A4A4A4. Windows color (decimal): -1866584 or 11044067. OLE color: 11044067.

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

Color convert

RGB227132168-
CMYK00.420.260.11
HSL337.26º62.91%70.39%-
HSV(B)337.26º41.85%89.02%-
XYZ4735.6641.45-
YUV164.51129.97172.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.07%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 168 (66.02% from 255) = 31.88%
R=43.07%
G=25.05%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713216800.420.260.11337.2662.9170.39
HexE384A802A1AB1513f46
Octal343204250052321352177106
Binary11100011100001001010100001010101101010111010100011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E384A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E384A8; }

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

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

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

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

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

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

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

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