#E57DA4

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

Shades of Carissma #E57DA4

Tints of Carissma #E57DA4

Color information

#E57DA4 (or 0xE57DA4) is unknown color: approx Carissma. HEX triplet: E5, 7D and A4. RGB value is (229,125,164). Sum of RGB (Red+Green+Blue) = 229+125+164=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DA4 is #1A825B. Grayscale: #A0A0A0. Windows color (decimal): -1737308 or 10780133. OLE color: 10780133.

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

Color convert

RGB229125164-
CMYK00.450.280.10
HSL337.5º66.67%69.41%-
HSV(B)337.5º45.41%89.8%-
XYZ46.3534.0139.24-
YUV160.54129.96176.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.21%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=44.21%
G=24.13%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912516400.450.280.10337.566.6769.41
HexE57DA402D1CA1524345
Octal3451752440553412522103105
Binary11100101111110110100100010110111100101010101001010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DA4; }

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

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

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

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

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

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

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

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