#E7868A

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

Shades of Carissma #E7868A

Tints of Carissma #E7868A

Color information

#E7868A (or 0xE7868A) is unknown color: approx Carissma. HEX triplet: E7, 86 and 8A. RGB value is (231,134,138). Sum of RGB (Red+Green+Blue) = 231+134+138=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7868A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7868A is #187975. Grayscale: #A3A3A3. Windows color (decimal): -1603958 or 9078503. OLE color: 9078503.

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

Color convert

RGB231134138-
CMYK00.420.400.09
HSL357.53º66.9%71.57%-
HSV(B)357.53º41.99%90.59%-
XYZ46.0735.8728.54-
YUV163.46113.64176.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.92%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=45.92%
G=26.64%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113413800.420.400.09357.5366.971.57
HexE7868A02A2891664348
Octal3472062120525011546103110
Binary1110011110000110100010100101010101000100110110011010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7868A; }

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

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

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

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

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

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

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

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