#E985AF

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

Shades of Kobi #E985AF

Tints of Kobi #E985AF

Color information

#E985AF (or 0xE985AF) is unknown color: approx Kobi. HEX triplet: E9, 85 and AF. RGB value is (233,133,175). Sum of RGB (Red+Green+Blue) = 233+133+175=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E985AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E985AF is #167A50. Grayscale: #A7A7A7. Windows color (decimal): -1473105 or 11503081. OLE color: 11503081.

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

Color convert

RGB233133175-
CMYK00.430.250.09
HSL334.8º69.44%71.76%-
HSV(B)334.8º42.92%91.37%-
XYZ49.7337.1945.12-
YUV167.69132.13174.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.07%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=43.07%
G=24.58%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313317500.430.250.09334.869.4471.76
HexE985AF02B19914f4548
Octal3512052570533111517105110
Binary111010011000010110101111010101111001100110100111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E985AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E985AF; }

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

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

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

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

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

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

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

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