#E17FAE

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

Shades of Kobi #E17FAE

Tints of Kobi #E17FAE

Color information

#E17FAE (or 0xE17FAE) is unknown color: approx Kobi. HEX triplet: E1, 7F and AE. RGB value is (225,127,174). Sum of RGB (Red+Green+Blue) = 225+127+174=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FAE is #1E8051. Grayscale: #A1A1A1. Windows color (decimal): -1998930 or 11436001. OLE color: 11436001.

HSL color Cylindrical-coordinate representation of color #E17FAE: hue angle of 331.22º 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 #E17FAE is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225127174-
CMYK00.440.230.12
HSL331.22º62.03%69.02%-
HSV(B)331.22º43.56%88.24%-
XYZ46.2834.2444.21-
YUV161.66134.97173.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 127 (50% from 255) = 24.14%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=42.78%
G=24.14%
B=33.08%

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
Decimal22512717400.440.230.12331.2262.0369.02
HexE17FAE02C17C14b3e45
Octal341177256054271451376105
Binary1110000111111111010111001011001011111001010010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17FAE; }

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

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

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

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

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

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

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

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