#E48AAD

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

Shades of Kobi #E48AAD

Tints of Kobi #E48AAD

Color information

#E48AAD (or 0xE48AAD) is unknown color: approx Kobi. HEX triplet: E4, 8A and AD. RGB value is (228,138,173). Sum of RGB (Red+Green+Blue) = 228+138+173=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48AAD is #1B7552. Grayscale: #A8A8A8. Windows color (decimal): -1799507 or 11373284. OLE color: 11373284.

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

Color convert

RGB228138173-
CMYK00.390.240.11
HSL336.67º62.5%71.76%-
HSV(B)336.67º39.47%89.41%-
XYZ48.6337.6944.25-
YUV168.9130.32170.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.30%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=42.30%
G=25.60%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813817300.390.240.11336.6762.571.76
HexE48AAD02718B1513e48
Octal344212255047301352176110
Binary11100100100010101010110101001111100010111010100011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AAD; }

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

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

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

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

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

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

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

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