Html Css Color HEX #ED848E Carissma

📋 copy color: '#ED848E'

red 237 ◦ green 132 ◦ blue 142

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

Shades of Carissma #ED848E

Tints of Carissma #ED848E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.79%

R = 46.38%
G = 25.83%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED848E (or 0xED848E) is known color: Carissma. HEX triplet: ED, 84 and 8E. RGB value is (237,132,142). Sum of RGB (Red+Green+Blue) = 237+132+142=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED848E is #127B71. Grayscale: #A4A4A4. Windows color (decimal): -1211250 or 9340141. OLE color: 9340141.

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

Color convert

RGB 237 132 142 -
CMYK 0 0.44 0.40 0.07
HSL 354.29º 0.74% 0.72% -
HSV(B) 354.29º 0.44% 0.93% -
XYZ 48.06 36.46 30.1 -
YUV 164.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 237 132 142 0 0.44 0.40 0.07 354.29 0.74 0.72
Hex ED 84 8E 0 2C 28 7 162 4A 48
Octal 355 204 216 0 54 50 7 542 112 110
Binary 11101101 10000100 10001110 0 101100 101000 111 101100010 1001010 1001000

Color Harmonies of #ED848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED848E

Black with #ED848E

Text Example


Text Example

White with #ED848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED848E; }

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

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

background-color css

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

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

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

border-color css

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

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

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