#E381AC

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

Shades of Kobi #E381AC

Tints of Kobi #E381AC

Color information

#E381AC (or 0xE381AC) is unknown color: approx Kobi. HEX triplet: E3, 81 and AC. RGB value is (227,129,172). Sum of RGB (Red+Green+Blue) = 227+129+172=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E381AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381AC is #1C7E53. Grayscale: #A3A3A3. Windows color (decimal): -1867348 or 11305443. OLE color: 11305443.

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

Color convert

RGB227129172-
CMYK00.430.240.11
HSL333.67º63.64%69.8%-
HSV(B)333.67º43.17%89.02%-
XYZ46.9835.0143.31-
YUV163.2132.97173.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.99%
GREEN value IS 129 (50.78% from 255) = 24.43%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=42.99%
G=24.43%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712917200.430.240.11333.6763.6469.8
HexE381AC02B18B14e4046
Octal3432012540533013516100106
Binary111000111000000110101100010101111000101110100111010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381AC; }

 p { color: rgb(227,129,172); }

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

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

 a { background-color: rgb(227,129,172); }

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

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

 span { border-color: rgb(227,129,172); }

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