#E57A98

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

Shades of Carissma #E57A98

Tints of Carissma #E57A98

Color information

#E57A98 (or 0xE57A98) is unknown color: approx Carissma. HEX triplet: E5, 7A and 98. RGB value is (229,122,152). Sum of RGB (Red+Green+Blue) = 229+122+152=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57A98 is #1A8567. Grayscale: #9D9D9D. Windows color (decimal): -1738088 or 9992933. OLE color: 9992933.

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

Color convert

RGB229122152-
CMYK00.470.340.10
HSL343.18º67.3%68.82%-
HSV(B)343.18º46.72%89.8%-
XYZ44.9432.8433.68-
YUV157.41124.95179.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.53%
GREEN value IS 122 (48.05% from 255) = 24.25%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=45.53%
G=24.25%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912215200.470.340.10343.1867.368.82
HexE57A9802F22A1574345
Octal3451722300574212527103105
Binary111001011111010100110000101111100010101010101011110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57A98; }

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

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

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

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

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

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

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

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