#E68BAE

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

Shades of Kobi #E68BAE

Tints of Kobi #E68BAE

Color information

#E68BAE (or 0xE68BAE) is unknown color: approx Kobi. HEX triplet: E6, 8B and AE. RGB value is (230,139,174). Sum of RGB (Red+Green+Blue) = 230+139+174=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68BAE is #197451. Grayscale: #AAAAAA. Windows color (decimal): -1668178 or 11439078. OLE color: 11439078.

HSL color Cylindrical-coordinate representation of color #E68BAE: hue angle of 336.92º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68BAE is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230139174-
CMYK00.400.240.10
HSL336.92º64.54%72.35%-
HSV(B)336.92º39.57%90.2%-
XYZ49.5138.3444.84-
YUV170.2130.15170.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.36%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=42.36%
G=25.60%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013917400.400.240.10336.9264.5472.35
HexE68BAE02818A1514148
Octal3462132560503012521101110
Binary111001101000101110101110010100011000101010101000110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68BAE; }

 p { color: rgb(230,139,174); }

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

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

 a { background-color: rgb(230,139,174); }

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

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

 span { border-color: rgb(230,139,174); }

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