#E7869D

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

Shades of Carissma #E7869D

Tints of Carissma #E7869D

Color information

#E7869D (or 0xE7869D) is unknown color: approx Carissma. HEX triplet: E7, 86 and 9D. RGB value is (231,134,157). Sum of RGB (Red+Green+Blue) = 231+134+157=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E7869D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7869D is #187962. Grayscale: #A5A5A5. Windows color (decimal): -1603939 or 10323687. OLE color: 10323687.

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

Color convert

RGB231134157-
CMYK00.420.320.09
HSL345.77º66.9%71.57%-
HSV(B)345.77º41.99%90.59%-
XYZ47.5736.4736.43-
YUV165.62123.14174.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.25%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 157 (61.72% from 255) = 30.08%
R=44.25%
G=25.67%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113415700.420.320.09345.7766.971.57
HexE7869D02A20915a4348
Octal3472062350524011532103110
Binary1110011110000110100111010101010100000100110101101010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7869D; }

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

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

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

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

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

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

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

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