#E481AA

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

Shades of Kobi #E481AA

Tints of Kobi #E481AA

Color information

#E481AA (or 0xE481AA) is unknown color: approx Kobi. HEX triplet: E4, 81 and AA. RGB value is (228,129,170). Sum of RGB (Red+Green+Blue) = 228+129+170=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E481AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E481AA is #1B7E55. Grayscale: #A3A3A3. Windows color (decimal): -1801814 or 11174372. OLE color: 11174372.

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

Color convert

RGB228129170-
CMYK00.430.250.11
HSL335.15º64.71%70%-
HSV(B)335.15º43.42%89.41%-
XYZ47.135.142.32-
YUV163.27131.8174.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=43.26%
G=24.48%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812917000.430.250.11335.1564.7170
HexE481AA02B19B14f4146
Octal3442012520533113517101106
Binary111001001000000110101010010101111001101110100111110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481AA; }

 p { color: rgb(228,129,170); }

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

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

 a { background-color: rgb(228,129,170); }

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

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

 span { border-color: rgb(228,129,170); }

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