#E384B1

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

Shades of Kobi #E384B1

Tints of Kobi #E384B1

Color information

#E384B1 (or 0xE384B1) is unknown color: approx Kobi. HEX triplet: E3, 84 and B1. RGB value is (227,132,177). Sum of RGB (Red+Green+Blue) = 227+132+177=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E384B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384B1 is #1C7B4E. Grayscale: #A5A5A5. Windows color (decimal): -1866575 or 11633891. OLE color: 11633891.

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

Color convert

RGB227132177-
CMYK00.420.220.11
HSL331.58º62.91%70.39%-
HSV(B)331.58º41.85%89.02%-
XYZ47.8736.0146.02-
YUV165.53134.47171.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.35%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=42.35%
G=24.63%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713217700.420.220.11331.5862.9170.39
HexE384B102A16B14c3f46
Octal343204261052261351477106
Binary11100011100001001011000101010101011010111010011001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E384B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E384B1; }

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

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

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

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

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

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

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

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