#EC8694

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

Shades of Carissma #EC8694

Tints of Carissma #EC8694

Color information

#EC8694 (or 0xEC8694) is unknown color: approx Carissma. HEX triplet: EC, 86 and 94. RGB value is (236,134,148). Sum of RGB (Red+Green+Blue) = 236+134+148=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8694 is #13796B. Grayscale: #A6A6A6. Windows color (decimal): -1276268 or 9733868. OLE color: 9733868.

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

Color convert

RGB236134148-
CMYK00.430.370.07
HSL351.76º72.86%72.55%-
HSV(B)351.76º43.22%92.55%-
XYZ48.4637.0232.61-
YUV166.09117.79177.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=45.56%
G=25.87%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613414800.430.370.07351.7672.8672.55
HexEC869402B2571604949
Octal354206224053457540111111
Binary111011001000011010010100010101110010111110110000010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8694; }

 p { color: rgb(236,134,148); }

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

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

 a { background-color: rgb(236,134,148); }

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

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

 span { border-color: rgb(236,134,148); }

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