#E28FA5

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

Shades of Kobi #E28FA5

Tints of Kobi #E28FA5

Color information

#E28FA5 (or 0xE28FA5) is unknown color: approx Kobi. HEX triplet: E2, 8F and A5. RGB value is (226,143,165). Sum of RGB (Red+Green+Blue) = 226+143+165=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28FA5 is #1D705A. Grayscale: #AAAAAA. Windows color (decimal): -1929307 or 10850274. OLE color: 10850274.

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

Color convert

RGB226143165-
CMYK00.370.270.11
HSL344.1º58.87%72.35%-
HSV(B)344.1º36.73%88.63%-
XYZ47.9838.5340.51-
YUV170.32125167.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.32%
GREEN value IS 143 (56.25% from 255) = 26.78%
BLUE value IS 165 (64.84% from 255) = 30.90%
R=42.32%
G=26.78%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614316500.370.270.11344.158.8772.35
HexE28FA50251BB1583b48
Octal342217245045331353073110
Binary11100010100011111010010101001011101110111010110001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28FA5; }

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

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

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

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

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

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

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

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