#E27DA9

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

Shades of Kobi #E27DA9

Tints of Kobi #E27DA9

Color information

#E27DA9 (or 0xE27DA9) is unknown color: approx Kobi. HEX triplet: E2, 7D and A9. RGB value is (226,125,169). Sum of RGB (Red+Green+Blue) = 226+125+169=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27DA9 is #1D8256. Grayscale: #A0A0A0. Windows color (decimal): -1933911 or 11107810. OLE color: 11107810.

HSL color Cylindrical-coordinate representation of color #E27DA9: hue angle of 333.86º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27DA9 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB226125169-
CMYK00.450.250.11
HSL333.86º63.52%68.82%-
HSV(B)333.86º44.69%88.63%-
XYZ45.8633.741.62-
YUV160.22132.96174.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.46%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=43.46%
G=24.04%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612516900.450.250.11333.8663.5268.82
HexE27DA902D19B14e4045
Octal3421752510553113516100105
Binary11100010111110110101001010110111001101110100111010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27DA9; }

 p { color: rgb(226,125,169); }

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

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

 a { background-color: rgb(226,125,169); }

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

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

 span { border-color: rgb(226,125,169); }

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