#E980A4

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

Shades of Carissma #E980A4

Tints of Carissma #E980A4

Color information

#E980A4 (or 0xE980A4) is unknown color: approx Carissma. HEX triplet: E9, 80 and A4. RGB value is (233,128,164). Sum of RGB (Red+Green+Blue) = 233+128+164=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E980A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E980A4 is #167F5B. Grayscale: #A3A3A3. Windows color (decimal): -1474396 or 10780905. OLE color: 10780905.

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

Color convert

RGB233128164-
CMYK00.450.300.09
HSL339.43º70.47%70.78%-
HSV(B)339.43º45.06%91.37%-
XYZ48.0235.4439.43-
YUV163.5128.29177.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.38%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=44.38%
G=24.38%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312816400.450.300.09339.4370.4770.78
HexE980A402D1E91534647
Octal3512002440553611523106107
Binary111010011000000010100100010110111110100110101001110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E980A4; }

 p { color: rgb(233,128,164); }

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

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

 a { background-color: rgb(233,128,164); }

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

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

 span { border-color: rgb(233,128,164); }

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