#E17FAD

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

Shades of Kobi #E17FAD

Tints of Kobi #E17FAD

Color information

#E17FAD (or 0xE17FAD) is unknown color: approx Kobi. HEX triplet: E1, 7F and AD. RGB value is (225,127,173). Sum of RGB (Red+Green+Blue) = 225+127+173=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FAD is #1E8052. Grayscale: #A1A1A1. Windows color (decimal): -1998931 or 11370465. OLE color: 11370465.

HSL color Cylindrical-coordinate representation of color #E17FAD: hue angle of 331.84º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FAD is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225127173-
CMYK00.440.230.12
HSL331.84º62.03%69.02%-
HSV(B)331.84º43.56%88.24%-
XYZ46.1834.243.7-
YUV161.55134.47173.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=42.86%
G=24.19%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512717300.440.230.12331.8462.0369.02
HexE17FAD02C17C14c3e45
Octal341177255054271451476105
Binary1110000111111111010110101011001011111001010011001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17FAD; }

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

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

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

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

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

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

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

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