#E28BA3

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

Shades of Kobi #E28BA3

Tints of Kobi #E28BA3

Color information

#E28BA3 (or 0xE28BA3) is unknown color: approx Kobi. HEX triplet: E2, 8B and A3. RGB value is (226,139,163). Sum of RGB (Red+Green+Blue) = 226+139+163=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28BA3 is #1D745C. Grayscale: #A7A7A7. Windows color (decimal): -1930333 or 10718178. OLE color: 10718178.

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

Color convert

RGB226139163-
CMYK00.380.280.11
HSL343.45º60%71.57%-
HSV(B)343.45º38.5%88.63%-
XYZ47.2137.2839.36-
YUV167.75125.32169.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.80%
GREEN value IS 139 (54.69% from 255) = 26.33%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=42.80%
G=26.33%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613916300.380.280.11343.456071.57
HexE28BA30261CB1573c48
Octal342213243046341352774110
Binary11100010100010111010001101001101110010111010101111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28BA3; }

 p { color: rgb(226,139,163); }

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

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

 a { background-color: rgb(226,139,163); }

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

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

 span { border-color: rgb(226,139,163); }

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