#EC7F85

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

Shades of Carissma #EC7F85

Tints of Carissma #EC7F85

Color information

#EC7F85 (or 0xEC7F85) is unknown color: approx Carissma. HEX triplet: EC, 7F and 85. RGB value is (236,127,133). Sum of RGB (Red+Green+Blue) = 236+127+133=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F85 is #13807A. Grayscale: #A0A0A0. Windows color (decimal): -1278075 or 8749036. OLE color: 8749036.

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

Color convert

RGB236127133-
CMYK00.460.440.07
HSL356.7º74.15%71.18%-
HSV(B)356.7º46.19%92.55%-
XYZ46.4234.7126.44-
YUV160.28112.61182.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.58%
GREEN value IS 127 (50% from 255) = 25.60%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=47.58%
G=25.60%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612713300.460.440.07356.774.1571.18
HexEC7F8502E2C71654a47
Octal354177205056547545112107
Binary11101100111111110000101010111010110011110110010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7F85; }

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

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

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

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

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

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

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

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