#E17DA0

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

Shades of Carissma #E17DA0

Tints of Carissma #E17DA0

Color information

#E17DA0 (or 0xE17DA0) is unknown color: approx Carissma. HEX triplet: E1, 7D and A0. RGB value is (225,125,160). Sum of RGB (Red+Green+Blue) = 225+125+160=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17DA0 is #1E825F. Grayscale: #9E9E9E. Windows color (decimal): -1999456 or 10517985. OLE color: 10517985.

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

Color convert

RGB225125160-
CMYK00.440.290.12
HSL339º62.5%68.63%-
HSV(B)339º44.44%88.24%-
XYZ44.7333.2137.31-
YUV158.89128.63175.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.12%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=44.12%
G=24.51%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512516000.440.290.1233962.568.63
HexE17DA002C1DC1533e45
Octal341175240054351452376105
Binary1110000111111011010000001011001110111001010100111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DA0; }

 p { color: rgb(225,125,160); }

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

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

 a { background-color: rgb(225,125,160); }

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

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

 span { border-color: rgb(225,125,160); }

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