#EC7C86

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

Shades of Carissma #EC7C86

Tints of Carissma #EC7C86

Color information

#EC7C86 (or 0xEC7C86) is unknown color: approx Carissma. HEX triplet: EC, 7C and 86. RGB value is (236,124,134). Sum of RGB (Red+Green+Blue) = 236+124+134=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7C86 is #138379. Grayscale: #9E9E9E. Windows color (decimal): -1278842 or 8813804. OLE color: 8813804.

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

Color convert

RGB236124134-
CMYK00.470.430.07
HSL354.64º74.67%70.59%-
HSV(B)354.64º47.46%92.55%-
XYZ46.133.9726.68-
YUV158.63114.11183.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.77%
GREEN value IS 124 (48.83% from 255) = 25.10%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=47.77%
G=25.10%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612413400.470.430.07354.6474.6770.59
HexEC7C8602F2B71634b47
Octal354174206057537543113107
Binary11101100111110010000110010111110101111110110001110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7C86; }

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

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

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

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

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

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

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

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