#E27CAC

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

Shades of Kobi #E27CAC

Tints of Kobi #E27CAC

Color information

#E27CAC (or 0xE27CAC) is unknown color: approx Kobi. HEX triplet: E2, 7C and AC. RGB value is (226,124,172). Sum of RGB (Red+Green+Blue) = 226+124+172=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27CAC is #1D8353. Grayscale: #9F9F9F. Windows color (decimal): -1934164 or 11304162. OLE color: 11304162.

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

Color convert

RGB226124172-
CMYK00.450.240.11
HSL331.76º63.75%68.63%-
HSV(B)331.76º45.13%88.63%-
XYZ46.0233.5643.08-
YUV159.97134.79175.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=43.30%
G=23.75%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612417200.450.240.11331.7663.7568.63
HexE27CAC02D18B14c4045
Octal3421742540553013514100105
Binary11100010111110010101100010110111000101110100110010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27CAC; }

 p { color: rgb(226,124,172); }

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

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

 a { background-color: rgb(226,124,172); }

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

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

 span { border-color: rgb(226,124,172); }

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