#ED789E

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

Shades of Carissma #ED789E

Tints of Carissma #ED789E

Color information

#ED789E (or 0xED789E) is unknown color: approx Carissma. HEX triplet: ED, 78 and 9E. RGB value is (237,120,158). Sum of RGB (Red+Green+Blue) = 237+120+158=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED789E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED789E is #128761. Grayscale: #9F9F9F. Windows color (decimal): -1214306 or 10385645. OLE color: 10385645.

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

Color convert

RGB237120158-
CMYK00.490.330.07
HSL340.51º76.47%70%-
HSV(B)340.51º49.37%92.94%-
XYZ47.8133.9136.37-
YUV159.32127.26183.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=46.02%
G=23.30%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712015800.490.330.07340.5176.4770
HexED789E0312171554c46
Octal355170236061417525114106
Binary11101101111100010011110011000110000111110101010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED789E; }

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

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

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

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

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

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

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

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