#E091B4

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

Shades of Kobi #E091B4

Tints of Kobi #E091B4

Color information

#E091B4 (or 0xE091B4) is unknown color: approx Kobi. HEX triplet: E0, 91 and B4. RGB value is (224,145,180). Sum of RGB (Red+Green+Blue) = 224+145+180=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E091B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091B4 is #1F6E4B. Grayscale: #ACACAC. Windows color (decimal): -2059852 or 11833824. OLE color: 11833824.

HSL color Cylindrical-coordinate representation of color #E091B4: hue angle of 333.42º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E091B4 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB224145180-
CMYK00.350.200.12
HSL333.42º56.03%72.35%-
HSV(B)333.42º35.27%87.84%-
XYZ49.139.3948.2-
YUV172.61132.17164.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 145 (57.03% from 255) = 26.41%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=40.80%
G=26.41%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414518000.350.200.12333.4256.0372.35
HexE091B402314C14d3848
Octal340221264043241451570110
Binary11100000100100011011010001000111010011001010011011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091B4; }

 p { color: rgb(224,145,180); }

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

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

 a { background-color: rgb(224,145,180); }

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

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

 span { border-color: rgb(224,145,180); }

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