#E190B4

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

Shades of Kobi #E190B4

Tints of Kobi #E190B4

Color information

#E190B4 (or 0xE190B4) is unknown color: approx Kobi. HEX triplet: E1, 90 and B4. RGB value is (225,144,180). Sum of RGB (Red+Green+Blue) = 225+144+180=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E190B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190B4 is #1E6F4B. Grayscale: #ACACAC. Windows color (decimal): -1994572 or 11833569. OLE color: 11833569.

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

Color convert

RGB225144180-
CMYK00.360.20.12
HSL333.33º57.45%72.35%-
HSV(B)333.33º36%88.24%-
XYZ49.2639.2548.16-
YUV172.32132.34165.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=40.98%
G=26.23%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514418000.360.20.12333.3357.4572.35
HexE190B402414C14d3948
Octal341220264044241451571110
Binary11100001100100001011010001001001010011001010011011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190B4; }

 p { color: rgb(225,144,180); }

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

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

 a { background-color: rgb(225,144,180); }

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

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

 span { border-color: rgb(225,144,180); }

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