#E77F8E

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

Shades of Carissma #E77F8E

Tints of Carissma #E77F8E

Color information

#E77F8E (or 0xE77F8E) is unknown color: approx Carissma. HEX triplet: E7, 7F and 8E. RGB value is (231,127,142). Sum of RGB (Red+Green+Blue) = 231+127+142=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77F8E is #188071. Grayscale: #9F9F9F. Windows color (decimal): -1605746 or 9338855. OLE color: 9338855.

HSL color Cylindrical-coordinate representation of color #E77F8E: hue angle of 351.35º 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 #E77F8E is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB231127142-
CMYK00.450.390.09
HSL351.35º68.42%70.2%-
HSV(B)351.35º45.02%90.59%-
XYZ45.4334.1229.78-
YUV159.81117.96178.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=46.2%
G=25.4%
B=28.4%

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
Decimal23112714200.450.390.09351.3568.4270.2
HexE77F8E02D27915f4446
Octal3471772160554711537104106
Binary111001111111111100011100101101100111100110101111110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77F8E; }

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

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

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

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

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

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

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

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