#E090AF

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

Shades of Kobi #E090AF

Tints of Kobi #E090AF

Color information

#E090AF (or 0xE090AF) is unknown color: approx Kobi. HEX triplet: E0, 90 and AF. RGB value is (224,144,175). Sum of RGB (Red+Green+Blue) = 224+144+175=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E090AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E090AF is #1F6F50. Grayscale: #ABABAB. Windows color (decimal): -2060113 or 11505888. OLE color: 11505888.

HSL color Cylindrical-coordinate representation of color #E090AF: hue angle of 336.75º degrees, saturation: 0.56, 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 #E090AF is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224144175-
CMYK00.360.220.12
HSL336.75º56.34%72.16%-
HSV(B)336.75º35.71%87.84%-
XYZ48.4538.8945.51-
YUV171.45130165.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=41.25%
G=26.52%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414417500.360.220.12336.7556.3472.16
HexE090AF02416C1513848
Octal340220257044261452170110
Binary11100000100100001010111101001001011011001010100011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090AF; }

 p { color: rgb(224,144,175); }

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

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

 a { background-color: rgb(224,144,175); }

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

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

 span { border-color: rgb(224,144,175); }

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