#E690B3

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

Shades of Kobi #E690B3

Tints of Kobi #E690B3

Color information

#E690B3 (or 0xE690B3) is unknown color: approx Kobi. HEX triplet: E6, 90 and B3. RGB value is (230,144,179). Sum of RGB (Red+Green+Blue) = 230+144+179=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E690B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690B3 is #196F4C. Grayscale: #ADADAD. Windows color (decimal): -1666893 or 11768038. OLE color: 11768038.

HSL color Cylindrical-coordinate representation of color #E690B3: hue angle of 335.58º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690B3 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB230144179-
CMYK00.370.220.10
HSL335.58º63.24%73.33%-
HSV(B)335.58º37.39%90.2%-
XYZ50.7440.0247.7-
YUV173.7130.99168.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 144 (56.64% from 255) = 26.04%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=41.59%
G=26.04%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014417900.370.220.10335.5863.2473.33
HexE690B302516A1503f49
Octal346220263045261252077111
Binary11100110100100001011001101001011011010101010100001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E690B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E690B3; }

 p { color: rgb(230,144,179); }

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

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

 a { background-color: rgb(230,144,179); }

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

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

 span { border-color: rgb(230,144,179); }

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