#E77F8D

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

Shades of Carissma #E77F8D

Tints of Carissma #E77F8D

Color information

#E77F8D (or 0xE77F8D) is unknown color: approx Carissma. HEX triplet: E7, 7F and 8D. RGB value is (231,127,141). Sum of RGB (Red+Green+Blue) = 231+127+141=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77F8D is #188072. Grayscale: #9F9F9F. Windows color (decimal): -1605747 or 9273319. OLE color: 9273319.

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

Color convert

RGB231127141-
CMYK00.450.390.09
HSL351.92º68.42%70.2%-
HSV(B)351.92º45.02%90.59%-
XYZ45.3534.0929.39-
YUV159.69117.46178.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.29%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=46.29%
G=25.45%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112714100.450.390.09351.9268.4270.2
HexE77F8D02D2791604446
Octal3471772150554711540104106
Binary111001111111111100011010101101100111100110110000010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77F8D; }

 p { color: rgb(231,127,141); }

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

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

 a { background-color: rgb(231,127,141); }

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

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

 span { border-color: rgb(231,127,141); }

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