#EC889B

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

Shades of Carissma #EC889B

Tints of Carissma #EC889B

Color information

#EC889B (or 0xEC889B) is unknown color: approx Carissma. HEX triplet: EC, 88 and 9B. RGB value is (236,136,155). Sum of RGB (Red+Green+Blue) = 236+136+155=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC889B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC889B is #137764. Grayscale: #A8A8A8. Windows color (decimal): -1275749 or 10193132. OLE color: 10193132.

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

Color convert

RGB236136155-
CMYK00.420.340.07
HSL348.6º72.46%72.94%-
HSV(B)348.6º42.37%92.55%-
XYZ49.3137.8135.71-
YUV168.07120.63176.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 136 (53.52% from 255) = 25.81%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=44.78%
G=25.81%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613615500.420.340.07348.672.4672.94
HexEC889B02A22715d4849
Octal354210233052427535110111
Binary111011001000100010011011010101010001011110101110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC889B; }

 p { color: rgb(236,136,155); }

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

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

 a { background-color: rgb(236,136,155); }

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

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

 span { border-color: rgb(236,136,155); }

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