#E27EA6

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

Shades of Kobi #E27EA6

Tints of Kobi #E27EA6

Color information

#E27EA6 (or 0xE27EA6) is unknown color: approx Kobi. HEX triplet: E2, 7E and A6. RGB value is (226,126,166). Sum of RGB (Red+Green+Blue) = 226+126+166=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27EA6 is #1D8159. Grayscale: #A0A0A0. Windows color (decimal): -1933658 or 10911458. OLE color: 10911458.

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

Color convert

RGB226126166-
CMYK00.440.270.11
HSL336º63.29%69.02%-
HSV(B)336º44.25%88.63%-
XYZ45.7133.8440.2-
YUV160.46131.13174.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.63%
GREEN value IS 126 (49.61% from 255) = 24.32%
BLUE value IS 166 (65.23% from 255) = 32.05%
R=43.63%
G=24.32%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612616600.440.270.1133663.2969.02
HexE27EA602C1BB1503f45
Octal342176246054331352077105
Binary1110001011111101010011001011001101110111010100001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27EA6; }

 p { color: rgb(226,126,166); }

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

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

 a { background-color: rgb(226,126,166); }

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

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

 span { border-color: rgb(226,126,166); }

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