#E57A94

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

Shades of Carissma #E57A94

Tints of Carissma #E57A94

Color information

#E57A94 (or 0xE57A94) is unknown color: approx Carissma. HEX triplet: E5, 7A and 94. RGB value is (229,122,148). Sum of RGB (Red+Green+Blue) = 229+122+148=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57A94 is #1A856B. Grayscale: #9C9C9C. Windows color (decimal): -1738092 or 9730789. OLE color: 9730789.

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

Color convert

RGB229122148-
CMYK00.470.350.10
HSL345.42º67.3%68.82%-
HSV(B)345.42º46.72%89.8%-
XYZ44.6232.7231.98-
YUV156.96122.95179.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.89%
GREEN value IS 122 (48.05% from 255) = 24.45%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=45.89%
G=24.45%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912214800.470.350.10345.4267.368.82
HexE57A9402F23A1594345
Octal3451722240574312531103105
Binary111001011111010100101000101111100011101010101100110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57A94; }

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

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

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

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

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

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

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

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