#EC868E

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

Shades of Carissma #EC868E

Tints of Carissma #EC868E

Color information

#EC868E (or 0xEC868E) is unknown color: approx Carissma. HEX triplet: EC, 86 and 8E. RGB value is (236,134,142). Sum of RGB (Red+Green+Blue) = 236+134+142=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC868E is #137971. Grayscale: #A5A5A5. Windows color (decimal): -1276274 or 9340652. OLE color: 9340652.

HSL color Cylindrical-coordinate representation of color #EC868E: hue angle of 355.29º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC868E is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236134142-
CMYK00.430.400.07
HSL355.29º72.86%72.55%-
HSV(B)355.29º43.22%92.55%-
XYZ4836.8430.17-
YUV165.41114.79178.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.09%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=46.09%
G=26.17%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613414200.430.400.07355.2972.8672.55
HexEC868E02B2871634949
Octal354206216053507543111111
Binary111011001000011010001110010101110100011110110001110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC868E; }

 p { color: rgb(236,134,142); }

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

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

 a { background-color: rgb(236,134,142); }

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

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

 span { border-color: rgb(236,134,142); }

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