#ED8494

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

Shades of Carissma #ED8494

Tints of Carissma #ED8494

Color information

#ED8494 (or 0xED8494) is unknown color: approx Carissma. HEX triplet: ED, 84 and 94. RGB value is (237,132,148). Sum of RGB (Red+Green+Blue) = 237+132+148=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8494 is #127B6B. Grayscale: #A5A5A5. Windows color (decimal): -1211244 or 9733357. OLE color: 9733357.

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

Color convert

RGB237132148-
CMYK00.440.380.07
HSL350.86º74.47%72.35%-
HSV(B)350.86º44.3%92.94%-
XYZ48.5236.6532.53-
YUV165.22118.29179.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=45.84%
G=25.53%
B=28.63%

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
Decimal23713214800.440.380.07350.8674.4772.35
HexED849402C26715f4a48
Octal355204224054467537112110
Binary111011011000010010010100010110010011011110101111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8494; }

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

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

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

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

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

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

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

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