#E381AD

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

Shades of Kobi #E381AD

Tints of Kobi #E381AD

Color information

#E381AD (or 0xE381AD) is unknown color: approx Kobi. HEX triplet: E3, 81 and AD. RGB value is (227,129,173). Sum of RGB (Red+Green+Blue) = 227+129+173=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E381AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381AD is #1C7E52. Grayscale: #A3A3A3. Windows color (decimal): -1867347 or 11370979. OLE color: 11370979.

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

Color convert

RGB227129173-
CMYK00.430.240.11
HSL333.06º63.64%69.8%-
HSV(B)333.06º43.17%89.02%-
XYZ47.0735.0543.82-
YUV163.32133.47173.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.91%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=42.91%
G=24.39%
B=32.70%

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
Decimal22712917300.430.240.11333.0663.6469.8
HexE381AD02B18B14d4046
Octal3432012550533013515100106
Binary111000111000000110101101010101111000101110100110110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E381AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E381AD; }

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

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

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

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

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

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

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

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