#EC8194

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

Shades of Carissma #EC8194

Tints of Carissma #EC8194

Color information

#EC8194 (or 0xEC8194) is unknown color: approx Carissma. HEX triplet: EC, 81 and 94. RGB value is (236,129,148). Sum of RGB (Red+Green+Blue) = 236+129+148=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8194 is #137E6B. Grayscale: #A3A3A3. Windows color (decimal): -1277548 or 9732588. OLE color: 9732588.

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

Color convert

RGB236129148-
CMYK00.450.370.07
HSL349.35º73.79%71.57%-
HSV(B)349.35º45.34%92.55%-
XYZ47.7935.6732.38-
YUV163.16119.45179.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=46.00%
G=25.15%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612914800.450.370.07349.3573.7971.57
HexEC819402D25715d4a48
Octal354201224055457535112110
Binary111011001000000110010100010110110010111110101110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8194; }

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

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

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

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

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

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

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

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