#EC848E

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

Shades of Carissma #EC848E

Tints of Carissma #EC848E

Color information

#EC848E (or 0xEC848E) is unknown color: approx Carissma. HEX triplet: EC, 84 and 8E. RGB value is (236,132,142). Sum of RGB (Red+Green+Blue) = 236+132+142=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC848E is #137B71. Grayscale: #A4A4A4. Windows color (decimal): -1276786 or 9340140. OLE color: 9340140.

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

Color convert

RGB236132142-
CMYK00.440.400.07
HSL354.23º73.24%72.16%-
HSV(B)354.23º44.07%92.55%-
XYZ47.7336.2930.08-
YUV164.24115.46179.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 132 (51.95% from 255) = 25.88%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=46.27%
G=25.88%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613214200.440.400.07354.2373.2472.16
HexEC848E02C2871624948
Octal354204216054507542111110
Binary111011001000010010001110010110010100011110110001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC848E; }

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

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

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

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

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

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

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

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