#ED8593

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

Shades of Carissma #ED8593

Tints of Carissma #ED8593

Color information

#ED8593 (or 0xED8593) is unknown color: approx Carissma. HEX triplet: ED, 85 and 93. RGB value is (237,133,147). Sum of RGB (Red+Green+Blue) = 237+133+147=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8593 is #127A6C. Grayscale: #A5A5A5. Windows color (decimal): -1210989 or 9668077. OLE color: 9668077.

HSL color Cylindrical-coordinate representation of color #ED8593: hue angle of 351.92º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8593 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237133147-
CMYK00.440.380.07
HSL351.92º74.29%72.55%-
HSV(B)351.92º43.88%92.94%-
XYZ48.5836.8932.16-
YUV165.69117.46178.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=45.84%
G=25.73%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713314700.440.380.07351.9274.2972.55
HexED859302C2671604a49
Octal355205223054467540112111
Binary111011011000010110010011010110010011011110110000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8593; }

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

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

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

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

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

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

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

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