#EC7E8E

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

Shades of Carissma #EC7E8E

Tints of Carissma #EC7E8E

Color information

#EC7E8E (or 0xEC7E8E) is unknown color: approx Carissma. HEX triplet: EC, 7E and 8E. RGB value is (236,126,142). Sum of RGB (Red+Green+Blue) = 236+126+142=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7E8E is #138171. Grayscale: #A0A0A0. Windows color (decimal): -1278322 or 9338604. OLE color: 9338604.

HSL color Cylindrical-coordinate representation of color #EC7E8E: hue angle of 351.27º degrees, saturation: 0.74, 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 #EC7E8E is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236126142-
CMYK00.470.400.07
HSL351.27º74.32%70.98%-
HSV(B)351.27º46.61%92.55%-
XYZ46.9434.7129.82-
YUV160.71117.44181.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.83%
GREEN value IS 126 (49.61% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=46.83%
G=25%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612614200.470.400.07351.2774.3270.98
HexEC7E8E02F28715f4a47
Octal354176216057507537112107
Binary11101100111111010001110010111110100011110101111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7E8E; }

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

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

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

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

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

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

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

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