#E68AA6

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

Shades of Kobi #E68AA6

Tints of Kobi #E68AA6

Color information

#E68AA6 (or 0xE68AA6) is unknown color: approx Kobi. HEX triplet: E6, 8A and A6. RGB value is (230,138,166). Sum of RGB (Red+Green+Blue) = 230+138+166=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AA6 is #197559. Grayscale: #A8A8A8. Windows color (decimal): -1668442 or 10914534. OLE color: 10914534.

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

Color convert

RGB230138166-
CMYK00.40.280.10
HSL341.74º64.79%72.16%-
HSV(B)341.74º40%90.2%-
XYZ48.637.7540.8-
YUV168.7126.48171.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.07%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 166 (65.23% from 255) = 31.09%
R=43.07%
G=25.84%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013816600.40.280.10341.7464.7972.16
HexE68AA60281CA1564148
Octal3462122460503412526101110
Binary111001101000101010100110010100011100101010101011010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68AA6; }

 p { color: rgb(230,138,166); }

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

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

 a { background-color: rgb(230,138,166); }

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

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

 span { border-color: rgb(230,138,166); }

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