#E281A5

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

Shades of Kobi #E281A5

Tints of Kobi #E281A5

Color information

#E281A5 (or 0xE281A5) is unknown color: approx Kobi. HEX triplet: E2, 81 and A5. RGB value is (226,129,165). Sum of RGB (Red+Green+Blue) = 226+129+165=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E281A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E281A5 is #1D7E5A. Grayscale: #A2A2A2. Windows color (decimal): -1932891 or 10846690. OLE color: 10846690.

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

Color convert

RGB226129165-
CMYK00.430.270.11
HSL337.73º62.58%69.61%-
HSV(B)337.73º42.92%88.63%-
XYZ46.0134.5939.85-
YUV162.11129.64173.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.46%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=43.46%
G=24.81%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612916500.430.270.11337.7362.5869.61
HexE281A502B1BB1523f46
Octal342201245053331352277106
Binary11100010100000011010010101010111101110111010100101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E281A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E281A5; }

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

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

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

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

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

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

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

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