#E28FAA

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

Shades of Kobi #E28FAA

Tints of Kobi #E28FAA

Color information

#E28FAA (or 0xE28FAA) is unknown color: approx Kobi. HEX triplet: E2, 8F and AA. RGB value is (226,143,170). Sum of RGB (Red+Green+Blue) = 226+143+170=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28FAA is #1D7055. Grayscale: #AAAAAA. Windows color (decimal): -1929302 or 11177954. OLE color: 11177954.

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

Color convert

RGB226143170-
CMYK00.370.250.11
HSL340.48º58.87%72.35%-
HSV(B)340.48º36.73%88.63%-
XYZ48.4438.7242.95-
YUV170.9127.5167.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.93%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=41.93%
G=26.53%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614317000.370.250.11340.4858.8772.35
HexE28FAA02519B1543b48
Octal342217252045311352473110
Binary11100010100011111010101001001011100110111010101001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28FAA; }

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

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

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

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

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

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

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

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