#E48AA4

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

Shades of Kobi #E48AA4

Tints of Kobi #E48AA4

Color information

#E48AA4 (or 0xE48AA4) is unknown color: approx Kobi. HEX triplet: E4, 8A and A4. RGB value is (228,138,164). Sum of RGB (Red+Green+Blue) = 228+138+164=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48AA4 is #1B755B. Grayscale: #A7A7A7. Windows color (decimal): -1799516 or 10783460. OLE color: 10783460.

HSL color Cylindrical-coordinate representation of color #E48AA4: hue angle of 342.67º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48AA4 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB228138164-
CMYK00.390.280.11
HSL342.67º62.5%71.76%-
HSV(B)342.67º39.47%89.41%-
XYZ47.7837.3539.81-
YUV167.87125.82170.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.02%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=43.02%
G=26.04%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813816400.390.280.11342.6762.571.76
HexE48AA40271CB1573e48
Octal344212244047341352776110
Binary11100100100010101010010001001111110010111010101111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AA4; }

 p { color: rgb(228,138,164); }

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

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

 a { background-color: rgb(228,138,164); }

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

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

 span { border-color: rgb(228,138,164); }

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