#EC858F

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

Shades of Carissma #EC858F

Tints of Carissma #EC858F

Color information

#EC858F (or 0xEC858F) is unknown color: approx Carissma. HEX triplet: EC, 85 and 8F. RGB value is (236,133,143). Sum of RGB (Red+Green+Blue) = 236+133+143=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC858F is #137A70. Grayscale: #A4A4A4. Windows color (decimal): -1276529 or 9405932. OLE color: 9405932.

HSL color Cylindrical-coordinate representation of color #EC858F: hue angle of 354.17º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC858F is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB236133143-
CMYK00.440.390.07
HSL354.17º73.05%72.35%-
HSV(B)354.17º43.64%92.55%-
XYZ47.9436.5930.52-
YUV164.94115.62178.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.09%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=46.09%
G=25.98%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613314300.440.390.07354.1773.0572.35
HexEC858F02C2771624948
Octal354205217054477542111110
Binary111011001000010110001111010110010011111110110001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC858F; }

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

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

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

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

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

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

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

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