#E985B1

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

Shades of Kobi #E985B1

Tints of Kobi #E985B1

Color information

#E985B1 (or 0xE985B1) is unknown color: approx Kobi. HEX triplet: E9, 85 and B1. RGB value is (233,133,177). Sum of RGB (Red+Green+Blue) = 233+133+177=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E985B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E985B1 is #167A4E. Grayscale: #A7A7A7. Windows color (decimal): -1473103 or 11634153. OLE color: 11634153.

HSL color Cylindrical-coordinate representation of color #E985B1: hue angle of 333.6º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985B1 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB233133177-
CMYK00.430.240.09
HSL333.6º69.44%71.76%-
HSV(B)333.6º42.92%91.37%-
XYZ49.9337.2746.16-
YUV167.92133.13174.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.91%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=42.91%
G=24.49%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313317700.430.240.09333.669.4471.76
HexE985B102B18914e4548
Octal3512052610533011516105110
Binary111010011000010110110001010101111000100110100111010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E985B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E985B1; }

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

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

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

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

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

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

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

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