#E27FA6

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

Shades of Kobi #E27FA6

Tints of Kobi #E27FA6

Color information

#E27FA6 (or 0xE27FA6) is unknown color: approx Kobi. HEX triplet: E2, 7F and A6. RGB value is (226,127,166). Sum of RGB (Red+Green+Blue) = 226+127+166=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27FA6 is #1D8059. Grayscale: #A0A0A0. Windows color (decimal): -1933402 or 10911714. OLE color: 10911714.

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

Color convert

RGB226127166-
CMYK00.440.270.11
HSL336.36º63.06%69.22%-
HSV(B)336.36º43.81%88.63%-
XYZ45.8434.140.24-
YUV161.05130.8174.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.55%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=43.55%
G=24.47%
B=31.98%

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
Decimal22612716600.440.270.11336.3663.0669.22
HexE27FA602C1BB1503f45
Octal342177246054331352077105
Binary1110001011111111010011001011001101110111010100001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27FA6; }

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

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

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

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

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

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

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

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