#E786A0

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

Shades of Carissma #E786A0

Tints of Carissma #E786A0

Color information

#E786A0 (or 0xE786A0) is unknown color: approx Carissma. HEX triplet: E7, 86 and A0. RGB value is (231,134,160). Sum of RGB (Red+Green+Blue) = 231+134+160=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E786A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E786A0 is #18795F. Grayscale: #A5A5A5. Windows color (decimal): -1603936 or 10520295. OLE color: 10520295.

HSL color Cylindrical-coordinate representation of color #E786A0: hue angle of 343.92º degrees, saturation: 0.67, 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 #E786A0 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB231134160-
CMYK00.420.310.09
HSL343.92º66.9%71.57%-
HSV(B)343.92º41.99%90.59%-
XYZ47.8336.5837.8-
YUV165.97124.64174.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44%
GREEN value IS 134 (52.73% from 255) = 25.52%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=44%
G=25.52%
B=30.48%

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
Decimal23113416000.420.310.09343.9266.971.57
HexE786A002A1F91584348
Octal3472062400523711530103110
Binary111001111000011010100000010101011111100110101100010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786A0; }

 p { color: rgb(231,134,160); }

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

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

 a { background-color: rgb(231,134,160); }

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

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

 span { border-color: rgb(231,134,160); }

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