#E57A90

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

Shades of Carissma #E57A90

Tints of Carissma #E57A90

Color information

#E57A90 (or 0xE57A90) is unknown color: approx Carissma. HEX triplet: E5, 7A and 90. RGB value is (229,122,144). Sum of RGB (Red+Green+Blue) = 229+122+144=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57A90 is #1A856F. Grayscale: #9C9C9C. Windows color (decimal): -1738096 or 9468645. OLE color: 9468645.

HSL color Cylindrical-coordinate representation of color #E57A90: hue angle of 347.66º 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 #E57A90 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB229122144-
CMYK00.470.370.10
HSL347.66º67.3%68.82%-
HSV(B)347.66º46.72%89.8%-
XYZ44.3132.5930.34-
YUV156.5120.95179.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.26%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=46.26%
G=24.65%
B=29.09%

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
Decimal22912214400.470.370.10347.6667.368.82
HexE57A9002F25A15c4345
Octal3451722200574512534103105
Binary111001011111010100100000101111100101101010101110010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57A90; }

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

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

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

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

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

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

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

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