#E481AC

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

Shades of Kobi #E481AC

Tints of Kobi #E481AC

Color information

#E481AC (or 0xE481AC) is unknown color: approx Kobi. HEX triplet: E4, 81 and AC. RGB value is (228,129,172). Sum of RGB (Red+Green+Blue) = 228+129+172=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E481AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E481AC is #1B7E53. Grayscale: #A3A3A3. Windows color (decimal): -1801812 or 11305444. OLE color: 11305444.

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

Color convert

RGB228129172-
CMYK00.430.250.11
HSL333.94º64.71%70%-
HSV(B)333.94º43.42%89.41%-
XYZ47.2935.1743.33-
YUV163.5132.8174-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.10%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=43.10%
G=24.39%
B=32.51%

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
Decimal22812917200.430.250.11333.9464.7170
HexE481AC02B19B14e4146
Octal3442012540533113516101106
Binary111001001000000110101100010101111001101110100111010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481AC; }

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

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

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

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

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

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

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

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