Html Css Color HEX #ED8586 Carissma

📋 copy color: '#ED8586'

red 237 ◦ green 133 ◦ blue 134

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

Shades of Carissma #ED8586

Tints of Carissma #ED8586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.39%

 BLUE value IS 134 (52.73% from 255) = 26.59%

R = 47.02%
G = 26.39%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED8586 (or 0xED8586) is known color: Carissma. HEX triplet: ED, 85 and 86. RGB value is (237,133,134). Sum of RGB (Red+Green+Blue) = 237+133+134=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8586 is #127A79. Grayscale: #A4A4A4. Windows color (decimal): -1211002 or 8816109. OLE color: 8816109.

HSL color Cylindrical-coordinate representation of color #ED8586: hue angle of 359.42º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8586 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 133 134 -
CMYK 0 0.44 0.43 0.07
HSL 359.42º 0.74% 0.73% -
HSV(B) 359.42º 0.44% 0.93% -
XYZ 47.62 36.5 27.09 -
YUV 164.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 237 133 134 0 0.44 0.43 0.07 359.42 0.74 0.73
Hex ED 85 86 0 2C 2B 7 167 4A 49
Octal 355 205 206 0 54 53 7 547 112 111
Binary 11101101 10000101 10000110 0 101100 101011 111 101100111 1001010 1001001

Color Harmonies of #ED8586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8586

Black with #ED8586

Text Example


Text Example

White with #ED8586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8586; }

 p { color: rgb(237,133,134); }

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

background-color css

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

 a { background-color: rgb(237,133,134); }

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

border-color css

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

 span { border-color: rgb(237,133,134); }

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