#E27FAE

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

Shades of Kobi #E27FAE

Tints of Kobi #E27FAE

Color information

#E27FAE (or 0xE27FAE) is unknown color: approx Kobi. HEX triplet: E2, 7F and AE. RGB value is (226,127,174). Sum of RGB (Red+Green+Blue) = 226+127+174=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27FAE is #1D8051. Grayscale: #A1A1A1. Windows color (decimal): -1933394 or 11436002. OLE color: 11436002.

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

Color convert

RGB226127174-
CMYK00.440.230.11
HSL331.52º63.06%69.22%-
HSV(B)331.52º43.81%88.63%-
XYZ46.5934.444.23-
YUV161.96134.8173.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.88%
GREEN value IS 127 (50% from 255) = 24.10%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=42.88%
G=24.10%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612717400.440.230.11331.5263.0669.22
HexE27FAE02C17B14c3f45
Octal342177256054271351477105
Binary1110001011111111010111001011001011110111010011001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27FAE; }

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

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

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

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

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

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

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

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