#E78694

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

Shades of Carissma #E78694

Tints of Carissma #E78694

Color information

#E78694 (or 0xE78694) is unknown color: approx Carissma. HEX triplet: E7, 86 and 94. RGB value is (231,134,148). Sum of RGB (Red+Green+Blue) = 231+134+148=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E78694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78694 is #18796B. Grayscale: #A4A4A4. Windows color (decimal): -1603948 or 9733863. OLE color: 9733863.

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

Color convert

RGB231134148-
CMYK00.420.360.09
HSL351.34º66.9%71.57%-
HSV(B)351.34º41.99%90.59%-
XYZ46.8336.1832.53-
YUV164.6118.64175.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.03%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=45.03%
G=26.12%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113414800.420.360.09351.3466.971.57
HexE7869402A24915f4348
Octal3472062240524411537103110
Binary1110011110000110100101000101010100100100110101111110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78694; }

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

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

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

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

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

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

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

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