#E17F96

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

Shades of Carissma #E17F96

Tints of Carissma #E17F96

Color information

#E17F96 (or 0xE17F96) is unknown color: approx Carissma. HEX triplet: E1, 7F and 96. RGB value is (225,127,150). Sum of RGB (Red+Green+Blue) = 225+127+150=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17F96 is #1E8069. Grayscale: #9E9E9E. Windows color (decimal): -1998954 or 9863137. OLE color: 9863137.

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

Color convert

RGB225127150-
CMYK00.440.330.12
HSL345.92º62.03%69.02%-
HSV(B)345.92º43.56%88.24%-
XYZ44.1533.3932.97-
YUV158.92122.97175.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=44.82%
G=25.30%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512715000.440.330.12345.9262.0369.02
HexE17F9602C21C15a3e45
Octal341177226054411453276105
Binary11100001111111110010110010110010000111001010110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17F96; }

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

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

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

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

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

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

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

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