#E57D9A

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

Shades of Carissma #E57D9A

Tints of Carissma #E57D9A

Color information

#E57D9A (or 0xE57D9A) is unknown color: approx Carissma. HEX triplet: E5, 7D and 9A. RGB value is (229,125,154). Sum of RGB (Red+Green+Blue) = 229+125+154=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57D9A is #1A8265. Grayscale: #9F9F9F. Windows color (decimal): -1737318 or 10124773. OLE color: 10124773.

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

Color convert

RGB229125154-
CMYK00.450.330.10
HSL343.27º66.67%69.41%-
HSV(B)343.27º45.41%89.8%-
XYZ45.4833.6634.67-
YUV159.4124.96177.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.08%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=45.08%
G=24.61%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912515400.450.330.10343.2766.6769.41
HexE57D9A02D21A1574345
Octal3451752320554112527103105
Binary111001011111101100110100101101100001101010101011110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57D9A; }

 p { color: rgb(229,125,154); }

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

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

 a { background-color: rgb(229,125,154); }

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

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

 span { border-color: rgb(229,125,154); }

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