Html Css Color HEX #ED849D Carissma

📋 copy color: '#ED849D'

red 237 ◦ green 132 ◦ blue 157

#ED849D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #ED849D

Tints of Carissma #ED849D

RGB

 RED value IS 237 (92.97% from 255) = 45.06%

 GREEN value IS 132 (51.95% from 255) = 25.1%

 BLUE value IS 157 (61.72% from 255) = 29.85%

R = 45.06%
G = 25.1%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED849D (or 0xED849D) is known color: Carissma. HEX triplet: ED, 84 and 9D. RGB value is (237,132,157). Sum of RGB (Red+Green+Blue) = 237+132+157=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED849D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED849D is #127B62. Grayscale: #A6A6A6. Windows color (decimal): -1211235 or 10323181. OLE color: 10323181.

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

Color convert

RGB 237 132 157 -
CMYK 0 0.44 0.34 0.07
HSL 345.71º 0.74% 0.72% -
HSV(B) 345.71º 0.44% 0.93% -
XYZ 49.26 36.94 36.43 -
YUV 166.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 237 132 157 0 0.44 0.34 0.07 345.71 0.74 0.72
Hex ED 84 9D 0 2C 22 7 15A 4A 48
Octal 355 204 235 0 54 42 7 532 112 110
Binary 11101101 10000100 10011101 0 101100 100010 111 101011010 1001010 1001000

Color Harmonies of #ED849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED849D

Black with #ED849D

Text Example


Text Example

White with #ED849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED849D; }

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

 H1.HeaderClassName
 {
   color: #ED849D;
 }
 .AnyTagClassName
 {
   color: #ED849D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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