Html Css Color HEX #ED849B Carissma

📋 copy color: '#ED849B'

red 237 ◦ green 132 ◦ blue 155

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

Shades of Carissma #ED849B

Tints of Carissma #ED849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.58%

R = 45.23%
G = 25.19%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED849B (or 0xED849B) is known color: Carissma. HEX triplet: ED, 84 and 9B. RGB value is (237,132,155). Sum of RGB (Red+Green+Blue) = 237+132+155=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED849B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED849B is #127B64. Grayscale: #A6A6A6. Windows color (decimal): -1211237 or 10192109. OLE color: 10192109.

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

Color convert

RGB 237 132 155 -
CMYK 0 0.44 0.35 0.07
HSL 346.86º 0.74% 0.72% -
HSV(B) 346.86º 0.44% 0.93% -
XYZ 49.09 36.87 35.54 -
YUV 166.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 237 132 155 0 0.44 0.35 0.07 346.86 0.74 0.72
Hex ED 84 9B 0 2C 23 7 15B 4A 48
Octal 355 204 233 0 54 43 7 533 112 110
Binary 11101101 10000100 10011011 0 101100 100011 111 101011011 1001010 1001000

Color Harmonies of #ED849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED849B

Black with #ED849B

Text Example


Text Example

White with #ED849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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