#E67FAD

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

Shades of Kobi #E67FAD

Tints of Kobi #E67FAD

Color information

#E67FAD (or 0xE67FAD) is unknown color: approx Kobi. HEX triplet: E6, 7F and AD. RGB value is (230,127,173). Sum of RGB (Red+Green+Blue) = 230+127+173=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67FAD is #198052. Grayscale: #A2A2A2. Windows color (decimal): -1671251 or 11370470. OLE color: 11370470.

HSL color Cylindrical-coordinate representation of color #E67FAD: hue angle of 333.2º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67FAD is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230127173-
CMYK00.450.250.10
HSL333.2º67.32%70%-
HSV(B)333.2º44.78%90.2%-
XYZ47.7735.0243.78-
YUV163.04133.62175.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.40%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=43.40%
G=23.96%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012717300.450.250.10333.267.3270
HexE67FAD02D19A14d4346
Octal3461772550553112515103106
Binary11100110111111110101101010110111001101010100110110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67FAD; }

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

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

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

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

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

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

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

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