#E986A1

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

Shades of Carissma #E986A1

Tints of Carissma #E986A1

Color information

#E986A1 (or 0xE986A1) is unknown color: approx Carissma. HEX triplet: E9, 86 and A1. RGB value is (233,134,161). Sum of RGB (Red+Green+Blue) = 233+134+161=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E986A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E986A1 is #16795E. Grayscale: #A6A6A6. Windows color (decimal): -1472863 or 10585833. OLE color: 10585833.

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

Color convert

RGB233134161-
CMYK00.420.310.09
HSL343.64º69.23%71.96%-
HSV(B)343.64º42.49%91.37%-
XYZ48.5636.9538.29-
YUV166.68124.8175.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.13%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 161 (63.28% from 255) = 30.49%
R=44.13%
G=25.38%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313416100.420.310.09343.6469.2371.96
HexE986A102A1F91584548
Octal3512062410523711530105110
Binary111010011000011010100001010101011111100110101100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986A1; }

 p { color: rgb(233,134,161); }

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

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

 a { background-color: rgb(233,134,161); }

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

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

 span { border-color: rgb(233,134,161); }

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