#E3868C

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

Shades of Carissma #E3868C

Tints of Carissma #E3868C

Color information

#E3868C (or 0xE3868C) is unknown color: approx Carissma. HEX triplet: E3, 86 and 8C. RGB value is (227,134,140). Sum of RGB (Red+Green+Blue) = 227+134+140=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E3868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3868C is #1C7973. Grayscale: #A2A2A2. Windows color (decimal): -1866100 or 9209571. OLE color: 9209571.

HSL color Cylindrical-coordinate representation of color #E3868C: hue angle of 356.13º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E3868C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB227134140-
CMYK00.410.380.11
HSL356.13º62.42%70.78%-
HSV(B)356.13º40.97%89.02%-
XYZ44.9435.2729.25-
YUV162.49115.31174.01-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.31%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 140 (55.08% from 255) = 27.94%
R=45.31%
G=26.75%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713414000.410.380.11356.1362.4270.78
HexE3868C02926B1643e47
Octal343206214051461354476107
Binary111000111000011010001100010100110011010111011001001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3868C; }

 p { color: rgb(227,134,140); }

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

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

 a { background-color: rgb(227,134,140); }

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

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

 span { border-color: rgb(227,134,140); }

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