#E691B1

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

Shades of Kobi #E691B1

Tints of Kobi #E691B1

Color information

#E691B1 (or 0xE691B1) is unknown color: approx Kobi. HEX triplet: E6, 91 and B1. RGB value is (230,145,177). Sum of RGB (Red+Green+Blue) = 230+145+177=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E691B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E691B1 is #196E4E. Grayscale: #AEAEAE. Windows color (decimal): -1666639 or 11637222. OLE color: 11637222.

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

Color convert

RGB230145177-
CMYK00.370.230.10
HSL337.41º62.96%73.53%-
HSV(B)337.41º36.96%90.2%-
XYZ50.6940.2546.69-
YUV174.06129.66167.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.67%
GREEN value IS 145 (57.03% from 255) = 26.27%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=41.67%
G=26.27%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014517700.370.230.10337.4162.9673.53
HexE691B102517A1513f4a
Octal346221261045271252177112
Binary11100110100100011011000101001011011110101010100011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691B1; }

 p { color: rgb(230,145,177); }

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

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

 a { background-color: rgb(230,145,177); }

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

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

 span { border-color: rgb(230,145,177); }

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