#ED848A

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

Shades of Carissma #ED848A

Tints of Carissma #ED848A

Color information

#ED848A (or 0xED848A) is unknown color: approx Carissma. HEX triplet: ED, 84 and 8A. RGB value is (237,132,138). Sum of RGB (Red+Green+Blue) = 237+132+138=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED848A is #127B75. Grayscale: #A4A4A4. Windows color (decimal): -1211254 or 9077997. OLE color: 9077997.

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

Color convert

RGB237132138-
CMYK00.440.420.07
HSL356.57º74.47%72.35%-
HSV(B)356.57º44.3%92.94%-
XYZ47.7636.3428.54-
YUV164.08113.29180.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 132 (51.95% from 255) = 26.04%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=46.75%
G=26.04%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713213800.440.420.07356.5774.4772.35
HexED848A02C2A71654a48
Octal355204212054527545112110
Binary111011011000010010001010010110010101011110110010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED848A; }

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

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

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

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

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

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

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

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