#E294B4

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

Shades of Kobi #E294B4

Tints of Kobi #E294B4

Color information

#E294B4 (or 0xE294B4) is unknown color: approx Kobi. HEX triplet: E2, 94 and B4. RGB value is (226,148,180). Sum of RGB (Red+Green+Blue) = 226+148+180=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E294B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294B4 is #1D6B4B. Grayscale: #AEAEAE. Windows color (decimal): -1928012 or 11834594. OLE color: 11834594.

HSL color Cylindrical-coordinate representation of color #E294B4: hue angle of 335.38º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E294B4 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB226148180-
CMYK00.350.200.11
HSL335.38º57.35%73.33%-
HSV(B)335.38º34.51%88.63%-
XYZ50.1940.6448.38-
YUV174.97130.84164.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.79%
GREEN value IS 148 (58.20% from 255) = 26.71%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=40.79%
G=26.71%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614818000.350.200.11335.3857.3573.33
HexE294B402314B14f3949
Octal342224264043241351771111
Binary11100010100101001011010001000111010010111010011111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E294B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E294B4; }

 p { color: rgb(226,148,180); }

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

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

 a { background-color: rgb(226,148,180); }

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

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

 span { border-color: rgb(226,148,180); }

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