#EC868F

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

Shades of Carissma #EC868F

Tints of Carissma #EC868F

Color information

#EC868F (or 0xEC868F) is unknown color: approx Carissma. HEX triplet: EC, 86 and 8F. RGB value is (236,134,143). Sum of RGB (Red+Green+Blue) = 236+134+143=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC868F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC868F is #137970. Grayscale: #A5A5A5. Windows color (decimal): -1276273 or 9406188. OLE color: 9406188.

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

Color convert

RGB236134143-
CMYK00.430.390.07
HSL354.71º72.86%72.55%-
HSV(B)354.71º43.22%92.55%-
XYZ48.0836.8730.57-
YUV165.52115.29178.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=46.00%
G=26.12%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613414300.430.390.07354.7172.8672.55
HexEC868F02B2771634949
Octal354206217053477543111111
Binary111011001000011010001111010101110011111110110001110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC868F; }

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

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

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

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

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

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

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

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