#E185B1

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

Shades of Kobi #E185B1

Tints of Kobi #E185B1

Color information

#E185B1 (or 0xE185B1) is unknown color: approx Kobi. HEX triplet: E1, 85 and B1. RGB value is (225,133,177). Sum of RGB (Red+Green+Blue) = 225+133+177=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E185B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E185B1 is #1E7A4E. Grayscale: #A5A5A5. Windows color (decimal): -1997391 or 11634145. OLE color: 11634145.

HSL color Cylindrical-coordinate representation of color #E185B1: hue angle of 331.3º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185B1 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB225133177-
CMYK00.410.210.12
HSL331.3º60.53%70.2%-
HSV(B)331.3º40.89%88.24%-
XYZ47.3735.9646.04-
YUV165.52134.48170.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=42.06%
G=24.86%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513317700.410.210.12331.360.5370.2
HexE185B102915C14b3d46
Octal341205261051251451375106
Binary11100001100001011011000101010011010111001010010111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185B1; }

 p { color: rgb(225,133,177); }

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

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

 a { background-color: rgb(225,133,177); }

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

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

 span { border-color: rgb(225,133,177); }

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