#E383A5

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

Shades of Kobi #E383A5

Tints of Kobi #E383A5

Color information

#E383A5 (or 0xE383A5) is unknown color: approx Kobi. HEX triplet: E3, 83 and A5. RGB value is (227,131,165). Sum of RGB (Red+Green+Blue) = 227+131+165=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E383A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E383A5 is #1C7C5A. Grayscale: #A3A3A3. Windows color (decimal): -1866843 or 10847203. OLE color: 10847203.

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

Color convert

RGB227131165-
CMYK00.420.270.11
HSL338.75º63.16%70.2%-
HSV(B)338.75º42.29%89.02%-
XYZ46.5935.2839.95-
YUV163.58128.8173.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.40%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=43.40%
G=25.05%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713116500.420.270.11338.7563.1670.2
HexE383A502A1BB1533f46
Octal343203245052331352377106
Binary11100011100000111010010101010101101110111010100111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E383A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E383A5; }

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

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

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

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

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

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

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

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