#ED8393

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

Shades of Carissma #ED8393

Tints of Carissma #ED8393

Color information

#ED8393 (or 0xED8393) is unknown color: approx Carissma. HEX triplet: ED, 83 and 93. RGB value is (237,131,147). Sum of RGB (Red+Green+Blue) = 237+131+147=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8393 is #127C6C. Grayscale: #A4A4A4. Windows color (decimal): -1211501 or 9667565. OLE color: 9667565.

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

Color convert

RGB237131147-
CMYK00.450.380.07
HSL350.94º74.65%72.16%-
HSV(B)350.94º44.73%92.94%-
XYZ48.3136.3432.07-
YUV164.52118.12179.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=46.02%
G=25.44%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713114700.450.380.07350.9474.6572.16
HexED839302D26715f4b48
Octal355203223055467537113110
Binary111011011000001110010011010110110011011110101111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8393; }

 p { color: rgb(237,131,147); }

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

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

 a { background-color: rgb(237,131,147); }

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

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

 span { border-color: rgb(237,131,147); }

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