#E7868F

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

Shades of Carissma #E7868F

Tints of Carissma #E7868F

Color information

#E7868F (or 0xE7868F) is unknown color: approx Carissma. HEX triplet: E7, 86 and 8F. RGB value is (231,134,143). Sum of RGB (Red+Green+Blue) = 231+134+143=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7868F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7868F is #187970. Grayscale: #A4A4A4. Windows color (decimal): -1603953 or 9406183. OLE color: 9406183.

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

Color convert

RGB231134143-
CMYK00.420.380.09
HSL354.43º66.9%71.57%-
HSV(B)354.43º41.99%90.59%-
XYZ46.4436.0230.49-
YUV164.03116.14175.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=45.47%
G=26.38%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113414300.420.380.09354.4366.971.57
HexE7868F02A2691624348
Octal3472062170524611542103110
Binary1110011110000110100011110101010100110100110110001010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7868F; }

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

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

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

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

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

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

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

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