#E484AD

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

Shades of Kobi #E484AD

Tints of Kobi #E484AD

Color information

#E484AD (or 0xE484AD) is unknown color: approx Kobi. HEX triplet: E4, 84 and AD. RGB value is (228,132,173). Sum of RGB (Red+Green+Blue) = 228+132+173=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E484AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E484AD is #1B7B52. Grayscale: #A5A5A5. Windows color (decimal): -1801043 or 11371748. OLE color: 11371748.

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

Color convert

RGB228132173-
CMYK00.420.240.11
HSL334.38º64%70.59%-
HSV(B)334.38º42.11%89.41%-
XYZ47.7936.0143.97-
YUV165.38132.3172.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.78%
GREEN value IS 132 (51.95% from 255) = 24.77%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=42.78%
G=24.77%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813217300.420.240.11334.386470.59
HexE484AD02A18B14e4047
Octal3442042550523013516100107
Binary111001001000010010101101010101011000101110100111010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E484AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E484AD; }

 p { color: rgb(228,132,173); }

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

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

 a { background-color: rgb(228,132,173); }

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

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

 span { border-color: rgb(228,132,173); }

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