#E68BAD

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

Shades of Kobi #E68BAD

Tints of Kobi #E68BAD

Color information

#E68BAD (or 0xE68BAD) is unknown color: approx Kobi. HEX triplet: E6, 8B and AD. RGB value is (230,139,173). Sum of RGB (Red+Green+Blue) = 230+139+173=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68BAD is #197452. Grayscale: #AAAAAA. Windows color (decimal): -1668179 or 11373542. OLE color: 11373542.

HSL color Cylindrical-coordinate representation of color #E68BAD: hue angle of 337.58º 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 #E68BAD is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230139173-
CMYK00.400.250.10
HSL337.58º64.54%72.35%-
HSV(B)337.58º39.57%90.2%-
XYZ49.4138.3144.32-
YUV170.08129.65170.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.44%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=42.44%
G=25.65%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013917300.400.250.10337.5864.5472.35
HexE68BAD02819A1524148
Octal3462132550503112522101110
Binary111001101000101110101101010100011001101010101001010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68BAD; }

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

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

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

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

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

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

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

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