#ED8591

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

Shades of Carissma #ED8591

Tints of Carissma #ED8591

Color information

#ED8591 (or 0xED8591) is unknown color: approx Carissma. HEX triplet: ED, 85 and 91. RGB value is (237,133,145). Sum of RGB (Red+Green+Blue) = 237+133+145=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8591 is #127A6E. Grayscale: #A5A5A5. Windows color (decimal): -1210991 or 9537005. OLE color: 9537005.

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

Color convert

RGB237133145-
CMYK00.440.390.07
HSL353.08º74.29%72.55%-
HSV(B)353.08º43.88%92.94%-
XYZ48.4236.8231.34-
YUV165.46116.46179.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 145 (57.03% from 255) = 28.16%
R=46.02%
G=25.83%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713314500.440.390.07353.0874.2972.55
HexED859102C2771614a49
Octal355205221054477541112111
Binary111011011000010110010001010110010011111110110000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8591; }

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

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

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

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

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

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

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

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