#e0868b

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

Shades of Carissma #E0868B

Tints of Carissma #E0868B

Color information

#E0868B (or 0xE0868B) is unknown color: approx Carissma. HEX triplet: E0, 86 and 8B. RGB value is (224,134,139). Sum of RGB (Red+Green+Blue) = 224+134+139=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0868B is #1F7974. Grayscale: #A1A1A1. Windows color (decimal): -2062709 or 9144032. OLE color: 9144032.

HSL color Cylindrical-coordinate representation of color #E0868B: hue angle of 356.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0868B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224134139-
CMYK00.400.380.12
HSL356.67º59.21%70.2%-
HSV(B)356.67º40.18%87.84%-
XYZ43.9334.7628.82-
YUV161.48115.32172.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 139 (54.69% from 255) = 27.97%
R=45.07%
G=26.96%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413413900.400.380.12356.6759.2170.2
HexE0868B02826C1653b46
Octal340206213050461454573106
Binary111000001000011010001011010100010011011001011001011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0868b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0868b; }

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

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

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

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

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

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

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

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