#EC7F9C

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

Shades of Carissma #EC7F9C

Tints of Carissma #EC7F9C

Color information

#EC7F9C (or 0xEC7F9C) is unknown color: approx Carissma. HEX triplet: EC, 7F and 9C. RGB value is (236,127,156). Sum of RGB (Red+Green+Blue) = 236+127+156=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F9C is #138063. Grayscale: #A2A2A2. Windows color (decimal): -1278052 or 10256364. OLE color: 10256364.

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

Color convert

RGB236127156-
CMYK00.460.340.07
HSL344.04º74.15%71.18%-
HSV(B)344.04º46.19%92.55%-
XYZ48.1835.4135.75-
YUV162.9124.11180.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=45.47%
G=24.47%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612715600.460.340.07344.0474.1571.18
HexEC7F9C02E2271584a47
Octal354177234056427530112107
Binary11101100111111110011100010111010001011110101100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7F9C; }

 p { color: rgb(236,127,156); }

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

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

 a { background-color: rgb(236,127,156); }

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

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

 span { border-color: rgb(236,127,156); }

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