#E28AA4

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

Shades of Kobi #E28AA4

Tints of Kobi #E28AA4

Color information

#E28AA4 (or 0xE28AA4) is unknown color: approx Kobi. HEX triplet: E2, 8A and A4. RGB value is (226,138,164). Sum of RGB (Red+Green+Blue) = 226+138+164=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E28AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28AA4 is #1D755B. Grayscale: #A7A7A7. Windows color (decimal): -1930588 or 10783458. OLE color: 10783458.

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

Color convert

RGB226138164-
CMYK00.390.270.11
HSL342.27º60.27%71.37%-
HSV(B)342.27º38.94%88.63%-
XYZ47.1537.0339.78-
YUV167.28126.15169.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.80%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=42.80%
G=26.14%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613816400.390.270.11342.2760.2771.37
HexE28AA40271BB1563c47
Octal342212244047331352674107
Binary11100010100010101010010001001111101110111010101101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28AA4; }

 p { color: rgb(226,138,164); }

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

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

 a { background-color: rgb(226,138,164); }

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

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

 span { border-color: rgb(226,138,164); }

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