#E785A1

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

Shades of Carissma #E785A1

Tints of Carissma #E785A1

Color information

#E785A1 (or 0xE785A1) is unknown color: approx Carissma. HEX triplet: E7, 85 and A1. RGB value is (231,133,161). Sum of RGB (Red+Green+Blue) = 231+133+161=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E785A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E785A1 is #187A5E. Grayscale: #A5A5A5. Windows color (decimal): -1604191 or 10585575. OLE color: 10585575.

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

Color convert

RGB231133161-
CMYK00.420.300.09
HSL342.86º67.12%71.37%-
HSV(B)342.86º42.42%90.59%-
XYZ47.7836.3438.21-
YUV165.49125.47174.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44%
GREEN value IS 133 (52.34% from 255) = 25.33%
BLUE value IS 161 (63.28% from 255) = 30.67%
R=44%
G=25.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113316100.420.300.09342.8667.1271.37
HexE785A102A1E91574347
Octal3472052410523611527103107
Binary111001111000010110100001010101011110100110101011110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785A1; }

 p { color: rgb(231,133,161); }

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

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

 a { background-color: rgb(231,133,161); }

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

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

 span { border-color: rgb(231,133,161); }

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