#E984B0

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

Shades of Kobi #E984B0

Tints of Kobi #E984B0

Color information

#E984B0 (or 0xE984B0) is unknown color: approx Kobi. HEX triplet: E9, 84 and B0. RGB value is (233,132,176). Sum of RGB (Red+Green+Blue) = 233+132+176=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E984B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E984B0 is #167B4F. Grayscale: #A7A7A7. Windows color (decimal): -1473360 or 11568361. OLE color: 11568361.

HSL color Cylindrical-coordinate representation of color #E984B0: hue angle of 333.86º degrees, saturation: 0.7, 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 #E984B0 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB233132176-
CMYK00.430.240.09
HSL333.86º69.66%71.57%-
HSV(B)333.86º43.35%91.37%-
XYZ49.6936.9645.59-
YUV167.22132.96174.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.07%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=43.07%
G=24.40%
B=32.53%

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
Decimal23313217600.430.240.09333.8669.6671.57
HexE984B002B18914e4648
Octal3512042600533011516106110
Binary111010011000010010110000010101111000100110100111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E984B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E984B0; }

 p { color: rgb(233,132,176); }

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

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

 a { background-color: rgb(233,132,176); }

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

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

 span { border-color: rgb(233,132,176); }

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