#EC7A9D

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

Shades of Carissma #EC7A9D

Tints of Carissma #EC7A9D

Color information

#EC7A9D (or 0xEC7A9D) is unknown color: approx Carissma. HEX triplet: EC, 7A and 9D. RGB value is (236,122,157). Sum of RGB (Red+Green+Blue) = 236+122+157=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7A9D is #138562. Grayscale: #A0A0A0. Windows color (decimal): -1279331 or 10320620. OLE color: 10320620.

HSL color Cylindrical-coordinate representation of color #EC7A9D: hue angle of 341.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7A9D is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236122157-
CMYK00.480.330.07
HSL341.58º75%70.2%-
HSV(B)341.58º48.31%92.55%-
XYZ47.6434.1935.99-
YUV160.08126.27182.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.83%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=45.83%
G=23.69%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612215700.480.330.07341.587570.2
HexEC7A9D0302171564b46
Octal354172235060417526113106
Binary11101100111101010011101011000010000111110101011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7A9D; }

 p { color: rgb(236,122,157); }

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

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

 a { background-color: rgb(236,122,157); }

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

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

 span { border-color: rgb(236,122,157); }

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