#E481AE

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

Shades of Kobi #E481AE

Tints of Kobi #E481AE

Color information

#E481AE (or 0xE481AE) is unknown color: approx Kobi. HEX triplet: E4, 81 and AE. RGB value is (228,129,174). Sum of RGB (Red+Green+Blue) = 228+129+174=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E481AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E481AE is #1B7E51. Grayscale: #A3A3A3. Windows color (decimal): -1801810 or 11436516. OLE color: 11436516.

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

Color convert

RGB228129174-
CMYK00.430.240.11
HSL332.73º64.71%70%-
HSV(B)332.73º43.42%89.41%-
XYZ47.4935.2544.35-
YUV163.73133.8173.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.94%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=42.94%
G=24.29%
B=32.77%

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
Decimal22812917400.430.240.11332.7364.7170
HexE481AE02B18B14d4146
Octal3442012560533013515101106
Binary111001001000000110101110010101111000101110100110110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481AE; }

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

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

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

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

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

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

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

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