#E380AB

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

Shades of Kobi #E380AB

Tints of Kobi #E380AB

Color information

#E380AB (or 0xE380AB) is unknown color: approx Kobi. HEX triplet: E3, 80 and AB. RGB value is (227,128,171). Sum of RGB (Red+Green+Blue) = 227+128+171=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E380AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E380AB is #1C7F54. Grayscale: #A2A2A2. Windows color (decimal): -1867605 or 11239651. OLE color: 11239651.

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

Color convert

RGB227128171-
CMYK00.440.250.11
HSL333.94º63.87%69.61%-
HSV(B)333.94º43.61%89.02%-
XYZ46.7534.7142.76-
YUV162.5132.8174-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.16%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=43.16%
G=24.33%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712817100.440.250.11333.9463.8769.61
HexE380AB02C19B14e4046
Octal3432002530543113516100106
Binary111000111000000010101011010110011001101110100111010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380AB; }

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

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

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

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

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

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

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

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