#ED848F

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

Shades of Carissma #ED848F

Tints of Carissma #ED848F

Color information

#ED848F (or 0xED848F) is unknown color: approx Carissma. HEX triplet: ED, 84 and 8F. RGB value is (237,132,143). Sum of RGB (Red+Green+Blue) = 237+132+143=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED848F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED848F is #127B70. Grayscale: #A4A4A4. Windows color (decimal): -1211249 or 9405677. OLE color: 9405677.

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

Color convert

RGB237132143-
CMYK00.440.400.07
HSL353.71º74.47%72.35%-
HSV(B)353.71º44.3%92.94%-
XYZ48.1336.4930.49-
YUV164.65115.79179.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=46.29%
G=25.78%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713214300.440.400.07353.7174.4772.35
HexED848F02C2871624a48
Octal355204217054507542112110
Binary111011011000010010001111010110010100011110110001010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED848F; }

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

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

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

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

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

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

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

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