#ED779E

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

Shades of Carissma #ED779E

Tints of Carissma #ED779E

Color information

#ED779E (or 0xED779E) is unknown color: approx Carissma. HEX triplet: ED, 77 and 9E. RGB value is (237,119,158). Sum of RGB (Red+Green+Blue) = 237+119+158=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED779E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED779E is #128861. Grayscale: #9E9E9E. Windows color (decimal): -1214562 or 10385389. OLE color: 10385389.

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

Color convert

RGB237119158-
CMYK00.500.330.07
HSL340.17º76.62%69.8%-
HSV(B)340.17º49.79%92.94%-
XYZ47.6933.6736.33-
YUV158.73127.59183.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 119 (46.88% from 255) = 23.15%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=46.11%
G=23.15%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711915800.500.330.07340.1776.6269.8
HexED779E0322171544d46
Octal355167236062417524115106
Binary11101101111011110011110011001010000111110101010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED779E; }

 p { color: rgb(237,119,158); }

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

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

 a { background-color: rgb(237,119,158); }

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

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

 span { border-color: rgb(237,119,158); }

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