#E17DA1

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

Shades of Carissma #E17DA1

Tints of Carissma #E17DA1

Color information

#E17DA1 (or 0xE17DA1) is unknown color: approx Carissma. HEX triplet: E1, 7D and A1. RGB value is (225,125,161). Sum of RGB (Red+Green+Blue) = 225+125+161=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17DA1 is #1E825E. Grayscale: #9E9E9E. Windows color (decimal): -1999455 or 10583521. OLE color: 10583521.

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

Color convert

RGB225125161-
CMYK00.440.280.12
HSL338.4º62.5%68.63%-
HSV(B)338.4º44.44%88.24%-
XYZ44.8233.2537.77-
YUV159129.13175.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 161 (63.28% from 255) = 31.51%
R=44.03%
G=24.46%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512516100.440.280.12338.462.568.63
HexE17DA102C1CC1523e45
Octal341175241054341452276105
Binary1110000111111011010000101011001110011001010100101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DA1; }

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

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

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

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

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

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

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

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