#EC858A

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

Shades of Carissma #EC858A

Tints of Carissma #EC858A

Color information

#EC858A (or 0xEC858A) is unknown color: approx Carissma. HEX triplet: EC, 85 and 8A. RGB value is (236,133,138). Sum of RGB (Red+Green+Blue) = 236+133+138=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC858A is #137A75. Grayscale: #A4A4A4. Windows color (decimal): -1276534 or 9078252. OLE color: 9078252.

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

Color convert

RGB236133138-
CMYK00.440.420.07
HSL357.09º73.05%72.35%-
HSV(B)357.09º43.64%92.55%-
XYZ47.5736.4428.57-
YUV164.37113.12179.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=46.55%
G=26.23%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613313800.440.420.07357.0973.0572.35
HexEC858A02C2A71654948
Octal354205212054527545111110
Binary111011001000010110001010010110010101011110110010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC858A; }

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

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

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

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

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

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

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

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