#E78290

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

Shades of Carissma #E78290

Tints of Carissma #E78290

Color information

#E78290 (or 0xE78290) is unknown color: approx Carissma. HEX triplet: E7, 82 and 90. RGB value is (231,130,144). Sum of RGB (Red+Green+Blue) = 231+130+144=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E78290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78290 is #187D6F. Grayscale: #A1A1A1. Windows color (decimal): -1604976 or 9470695. OLE color: 9470695.

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

Color convert

RGB231130144-
CMYK00.440.380.09
HSL351.68º67.79%70.78%-
HSV(B)351.68º43.72%90.59%-
XYZ45.9734.9730.71-
YUV161.8117.96177.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.74%
GREEN value IS 130 (51.17% from 255) = 25.74%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=45.74%
G=25.74%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113014400.440.380.09351.6867.7970.78
HexE7829002C2691604447
Octal3472022200544611540104107
Binary1110011110000010100100000101100100110100110110000010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78290; }

 p { color: rgb(231,130,144); }

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

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

 a { background-color: rgb(231,130,144); }

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

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

 span { border-color: rgb(231,130,144); }

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