#EC819B

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

Shades of Carissma #EC819B

Tints of Carissma #EC819B

Color information

#EC819B (or 0xEC819B) is unknown color: approx Carissma. HEX triplet: EC, 81 and 9B. RGB value is (236,129,155). Sum of RGB (Red+Green+Blue) = 236+129+155=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC819B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC819B is #137E64. Grayscale: #A3A3A3. Windows color (decimal): -1277541 or 10191340. OLE color: 10191340.

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

Color convert

RGB236129155-
CMYK00.450.340.07
HSL345.42º73.79%71.57%-
HSV(B)345.42º45.34%92.55%-
XYZ48.3635.935.39-
YUV163.96122.95179.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=45.38%
G=24.81%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612915500.450.340.07345.4273.7971.57
HexEC819B02D2271594a48
Octal354201233055427531112110
Binary111011001000000110011011010110110001011110101100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC819B; }

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

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

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

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

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

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

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

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