#E48CA9

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

Shades of Kobi #E48CA9

Tints of Kobi #E48CA9

Color information

#E48CA9 (or 0xE48CA9) is unknown color: approx Kobi. HEX triplet: E4, 8C and A9. RGB value is (228,140,169). Sum of RGB (Red+Green+Blue) = 228+140+169=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48CA9 is #1B7356. Grayscale: #A9A9A9. Windows color (decimal): -1798999 or 11111652. OLE color: 11111652.

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

Color convert

RGB228140169-
CMYK00.390.260.11
HSL340.23º61.97%72.16%-
HSV(B)340.23º38.6%89.41%-
XYZ48.5338.1142.33-
YUV169.62127.65169.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.46%
GREEN value IS 140 (55.08% from 255) = 26.07%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=42.46%
G=26.07%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814016900.390.260.11340.2361.9772.16
HexE48CA90271AB1543e48
Octal344214251047321352476110
Binary11100100100011001010100101001111101010111010101001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48CA9; }

 p { color: rgb(228,140,169); }

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

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

 a { background-color: rgb(228,140,169); }

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

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

 span { border-color: rgb(228,140,169); }

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