#E984A0

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

Shades of Carissma #E984A0

Tints of Carissma #E984A0

Color information

#E984A0 (or 0xE984A0) is unknown color: approx Carissma. HEX triplet: E9, 84 and A0. RGB value is (233,132,160). Sum of RGB (Red+Green+Blue) = 233+132+160=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E984A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E984A0 is #167B5F. Grayscale: #A5A5A5. Windows color (decimal): -1473376 or 10519785. OLE color: 10519785.

HSL color Cylindrical-coordinate representation of color #E984A0: hue angle of 343.37º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E984A0 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB233132160-
CMYK00.430.310.09
HSL343.37º69.66%71.57%-
HSV(B)343.37º43.35%91.37%-
XYZ48.236.3637.74-
YUV165.39124.96176.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.38%
GREEN value IS 132 (51.95% from 255) = 25.14%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=44.38%
G=25.14%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313216000.430.310.09343.3769.6671.57
HexE984A002B1F91574648
Octal3512042400533711527106110
Binary111010011000010010100000010101111111100110101011110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E984A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E984A0; }

 p { color: rgb(233,132,160); }

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

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

 a { background-color: rgb(233,132,160); }

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

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

 span { border-color: rgb(233,132,160); }

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