Html Css Color HEX #ED848C Carissma

📋 copy color: '#ED848C'

red 237 ◦ green 132 ◦ blue 140

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

Shades of Carissma #ED848C

Tints of Carissma #ED848C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.5%

R = 46.56%
G = 25.93%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED848C (or 0xED848C) is known color: Carissma. HEX triplet: ED, 84 and 8C. RGB value is (237,132,140). Sum of RGB (Red+Green+Blue) = 237+132+140=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED848C is #127B73. Grayscale: #A4A4A4. Windows color (decimal): -1211252 or 9209069. OLE color: 9209069.

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

Color convert

RGB 237 132 140 -
CMYK 0 0.44 0.41 0.07
HSL 355.43º 0.74% 0.72% -
HSV(B) 355.43º 0.44% 0.93% -
XYZ 47.91 36.4 29.31 -
YUV 164.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 237 132 140 0 0.44 0.41 0.07 355.43 0.74 0.72
Hex ED 84 8C 0 2C 29 7 163 4A 48
Octal 355 204 214 0 54 51 7 543 112 110
Binary 11101101 10000100 10001100 0 101100 101001 111 101100011 1001010 1001000

Color Harmonies of #ED848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED848C

Black with #ED848C

Text Example


Text Example

White with #ED848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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