#E28CAB

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

Shades of Kobi #E28CAB

Tints of Kobi #E28CAB

Color information

#E28CAB (or 0xE28CAB) is unknown color: approx Kobi. HEX triplet: E2, 8C and AB. RGB value is (226,140,171). Sum of RGB (Red+Green+Blue) = 226+140+171=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28CAB is #1D7354. Grayscale: #A9A9A9. Windows color (decimal): -1930069 or 11242722. OLE color: 11242722.

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

Color convert

RGB226140171-
CMYK00.380.240.11
HSL338.37º59.72%71.76%-
HSV(B)338.37º38.05%88.63%-
XYZ48.0937.8743.3-
YUV169.25128.99168.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.09%
GREEN value IS 140 (55.08% from 255) = 26.07%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=42.09%
G=26.07%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614017100.380.240.11338.3759.7271.76
HexE28CAB02618B1523c48
Octal342214253046301352274110
Binary11100010100011001010101101001101100010111010100101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28CAB; }

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

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

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

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

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

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

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

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