#e28fa0

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

Shades of Kobi #E28FA0

Tints of Kobi #E28FA0

Color information

#E28FA0 (or 0xE28FA0) is unknown color: approx Kobi. HEX triplet: E2, 8F and A0. RGB value is (226,143,160). Sum of RGB (Red+Green+Blue) = 226+143+160=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28FA0 is #1D705F. Grayscale: #A9A9A9. Windows color (decimal): -1929312 or 10522594. OLE color: 10522594.

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

Color convert

RGB226143160-
CMYK00.370.290.11
HSL347.71º58.87%72.35%-
HSV(B)347.71º36.73%88.63%-
XYZ47.5338.3538.16-
YUV169.76122.5168.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.72%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=42.72%
G=27.03%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614316000.370.290.11347.7158.8772.35
HexE28FA00251DB15c3b48
Octal342217240045351353473110
Binary11100010100011111010000001001011110110111010111001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e28fa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e28fa0; }

 p { color: rgb(226,143,160); }

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

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

 a { background-color: rgb(226,143,160); }

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

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

 span { border-color: rgb(226,143,160); }

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