#E3868B

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

Shades of Carissma #E3868B

Tints of Carissma #E3868B

Color information

#E3868B (or 0xE3868B) is unknown color: approx Carissma. HEX triplet: E3, 86 and 8B. RGB value is (227,134,139). Sum of RGB (Red+Green+Blue) = 227+134+139=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E3868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3868B is #1C7974. Grayscale: #A2A2A2. Windows color (decimal): -1866101 or 9144035. OLE color: 9144035.

HSL color Cylindrical-coordinate representation of color #E3868B: hue angle of 356.77º 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 #E3868B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB227134139-
CMYK00.410.390.11
HSL356.77º62.42%70.78%-
HSV(B)356.77º40.97%89.02%-
XYZ44.8635.2528.86-
YUV162.38114.81174.09-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.4%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=45.4%
G=26.8%
B=27.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713413900.410.390.11356.7762.4270.78
HexE3868B02927B1653e47
Octal343206213051471354576107
Binary111000111000011010001011010100110011110111011001011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3868B; }

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

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

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

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

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

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

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

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