#E68FB0

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

Shades of Kobi #E68FB0

Tints of Kobi #E68FB0

Color information

#E68FB0 (or 0xE68FB0) is unknown color: approx Kobi. HEX triplet: E6, 8F and B0. RGB value is (230,143,176). Sum of RGB (Red+Green+Blue) = 230+143+176=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FB0 is #19704F. Grayscale: #ACACAC. Windows color (decimal): -1667152 or 11571174. OLE color: 11571174.

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

Color convert

RGB230143176-
CMYK00.380.230.10
HSL337.24º63.5%73.14%-
HSV(B)337.24º37.83%90.2%-
XYZ50.2939.646.07-
YUV172.77129.82168.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=41.89%
G=26.05%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014317600.380.230.10337.2463.573.14
HexE68FB002617A1514049
Octal3462172600462712521100111
Binary111001101000111110110000010011010111101010101000110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68FB0; }

 p { color: rgb(230,143,176); }

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

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

 a { background-color: rgb(230,143,176); }

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

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

 span { border-color: rgb(230,143,176); }

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