#ED849A

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

Shades of Carissma #ED849A

Tints of Carissma #ED849A

Color information

#ED849A (or 0xED849A) is unknown color: approx Carissma. HEX triplet: ED, 84 and 9A. RGB value is (237,132,154). Sum of RGB (Red+Green+Blue) = 237+132+154=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED849A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED849A is #127B65. Grayscale: #A5A5A5. Windows color (decimal): -1211238 or 10126573. OLE color: 10126573.

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

Color convert

RGB237132154-
CMYK00.440.350.07
HSL347.43º74.47%72.35%-
HSV(B)347.43º44.3%92.94%-
XYZ49.0136.8435.1-
YUV165.9121.29178.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 154 (60.55% from 255) = 29.45%
R=45.32%
G=25.24%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713215400.440.350.07347.4374.4772.35
HexED849A02C23715b4a48
Octal355204232054437533112110
Binary111011011000010010011010010110010001111110101101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED849A; }

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

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

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

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

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

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

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

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