#E48CAB

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

Shades of Kobi #E48CAB

Tints of Kobi #E48CAB

Color information

#E48CAB (or 0xE48CAB) is unknown color: approx Kobi. HEX triplet: E4, 8C and AB. RGB value is (228,140,171). Sum of RGB (Red+Green+Blue) = 228+140+171=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48CAB is #1B7354. Grayscale: #A9A9A9. Windows color (decimal): -1798997 or 11242724. OLE color: 11242724.

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

Color convert

RGB228140171-
CMYK00.390.250.11
HSL338.86º61.97%72.16%-
HSV(B)338.86º38.6%89.41%-
XYZ48.7238.1943.33-
YUV169.85128.65169.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.30%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=42.30%
G=25.97%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814017100.390.250.11338.8661.9772.16
HexE48CAB02719B1533e48
Octal344214253047311352376110
Binary11100100100011001010101101001111100110111010100111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48CAB; }

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

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

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

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

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

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

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

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