#E57A91

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

Shades of Carissma #E57A91

Tints of Carissma #E57A91

Color information

#E57A91 (or 0xE57A91) is unknown color: approx Carissma. HEX triplet: E5, 7A and 91. RGB value is (229,122,145). Sum of RGB (Red+Green+Blue) = 229+122+145=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57A91 is #1A856E. Grayscale: #9C9C9C. Windows color (decimal): -1738095 or 9534181. OLE color: 9534181.

HSL color Cylindrical-coordinate representation of color #E57A91: hue angle of 347.1º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57A91 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB229122145-
CMYK00.470.370.10
HSL347.1º67.3%68.82%-
HSV(B)347.1º46.72%89.8%-
XYZ44.3832.6230.75-
YUV156.61121.45179.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.17%
GREEN value IS 122 (48.05% from 255) = 24.60%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=46.17%
G=24.60%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912214500.470.370.10347.167.368.82
HexE57A9102F25A15b4345
Octal3451722210574512533103105
Binary111001011111010100100010101111100101101010101101110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57A91; }

 p { color: rgb(229,122,145); }

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

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

 a { background-color: rgb(229,122,145); }

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

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

 span { border-color: rgb(229,122,145); }

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