#E383AA

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

Shades of Kobi #E383AA

Tints of Kobi #E383AA

Color information

#E383AA (or 0xE383AA) is unknown color: approx Kobi. HEX triplet: E3, 83 and AA. RGB value is (227,131,170). Sum of RGB (Red+Green+Blue) = 227+131+170=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E383AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E383AA is #1C7C55. Grayscale: #A4A4A4. Windows color (decimal): -1866838 or 11174883. OLE color: 11174883.

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

Color convert

RGB227131170-
CMYK00.420.250.11
HSL335.62º63.16%70.2%-
HSV(B)335.62º42.29%89.02%-
XYZ47.0535.4742.4-
YUV164.15131.3172.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.99%
GREEN value IS 131 (51.56% from 255) = 24.81%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=42.99%
G=24.81%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713117000.420.250.11335.6263.1670.2
HexE383AA02A19B1503f46
Octal343203252052311352077106
Binary11100011100000111010101001010101100110111010100001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E383AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E383AA; }

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

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

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

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

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

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

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

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