#ED8394

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

Shades of Carissma #ED8394

Tints of Carissma #ED8394

Color information

#ED8394 (or 0xED8394) is unknown color: approx Carissma. HEX triplet: ED, 83 and 94. RGB value is (237,131,148). Sum of RGB (Red+Green+Blue) = 237+131+148=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8394 is #127C6B. Grayscale: #A4A4A4. Windows color (decimal): -1211500 or 9733101. OLE color: 9733101.

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

Color convert

RGB237131148-
CMYK00.450.380.07
HSL350.38º74.65%72.16%-
HSV(B)350.38º44.73%92.94%-
XYZ48.3936.3832.49-
YUV164.63118.62179.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=45.93%
G=25.39%
B=28.68%

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
Decimal23713114800.450.380.07350.3874.6572.16
HexED839402D26715e4b48
Octal355203224055467536113110
Binary111011011000001110010100010110110011011110101111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8394; }

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

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

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

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

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

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

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

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