#EC818A

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

Shades of Carissma #EC818A

Tints of Carissma #EC818A

Color information

#EC818A (or 0xEC818A) is unknown color: approx Carissma. HEX triplet: EC, 81 and 8A. RGB value is (236,129,138). Sum of RGB (Red+Green+Blue) = 236+129+138=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC818A is #137E75. Grayscale: #A2A2A2. Windows color (decimal): -1277558 or 9077228. OLE color: 9077228.

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

Color convert

RGB236129138-
CMYK00.450.420.07
HSL354.95º73.79%71.57%-
HSV(B)354.95º45.34%92.55%-
XYZ47.0335.3728.39-
YUV162.02114.45180.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=46.92%
G=25.65%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612913800.450.420.07354.9573.7971.57
HexEC818A02D2A71634a48
Octal354201212055527543112110
Binary111011001000000110001010010110110101011110110001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC818A; }

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

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

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

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

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

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

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

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