#E380AA

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

Shades of Kobi #E380AA

Tints of Kobi #E380AA

Color information

#E380AA (or 0xE380AA) is unknown color: approx Kobi. HEX triplet: E3, 80 and AA. RGB value is (227,128,170). Sum of RGB (Red+Green+Blue) = 227+128+170=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E380AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E380AA is #1C7F55. Grayscale: #A2A2A2. Windows color (decimal): -1867606 or 11174115. OLE color: 11174115.

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

Color convert

RGB227128170-
CMYK00.440.250.11
HSL334.55º63.87%69.61%-
HSV(B)334.55º43.61%89.02%-
XYZ46.6534.6742.26-
YUV162.39132.3174.08-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.24%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=43.24%
G=24.38%
B=32.38%

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
Decimal22712817000.440.250.11334.5563.8769.61
HexE380AA02C19B14f4046
Octal3432002520543113517100106
Binary111000111000000010101010010110011001101110100111110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380AA; }

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

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

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

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

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

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

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

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