#E68EA7

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

Shades of Kobi #E68EA7

Tints of Kobi #E68EA7

Color information

#E68EA7 (or 0xE68EA7) is unknown color: approx Kobi. HEX triplet: E6, 8E and A7. RGB value is (230,142,167). Sum of RGB (Red+Green+Blue) = 230+142+167=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68EA7 is #197158. Grayscale: #ABABAB. Windows color (decimal): -1667417 or 10981094. OLE color: 10981094.

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

Color convert

RGB230142167-
CMYK00.380.270.10
HSL342.95º63.77%72.94%-
HSV(B)342.95º38.26%90.2%-
XYZ49.2838.9641.48-
YUV171.16125.65169.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.67%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 167 (65.62% from 255) = 30.98%
R=42.67%
G=26.35%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014216700.380.270.10342.9563.7772.94
HexE68EA70261BA1574049
Octal3462162470463312527100111
Binary111001101000111010100111010011011011101010101011110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68EA7; }

 p { color: rgb(230,142,167); }

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

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

 a { background-color: rgb(230,142,167); }

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

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

 span { border-color: rgb(230,142,167); }

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