Html Css Color HEX #ED8386 Carissma

📋 copy color: '#ED8386'

red 237 ◦ green 131 ◦ blue 134

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

Shades of Carissma #ED8386

Tints of Carissma #ED8386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.1%

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

R = 47.21%
G = 26.1%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED8386 (or 0xED8386) is known color: Carissma. HEX triplet: ED, 83 and 86. RGB value is (237,131,134). Sum of RGB (Red+Green+Blue) = 237+131+134=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8386 is #127C79. Grayscale: #A3A3A3. Windows color (decimal): -1211514 or 8815597. OLE color: 8815597.

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

Color convert

RGB 237 131 134 -
CMYK 0 0.45 0.43 0.07
HSL 358.3º 0.75% 0.72% -
HSV(B) 358.3º 0.45% 0.93% -
XYZ 47.34 35.96 27 -
YUV 163.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 237 131 134 0 0.45 0.43 0.07 358.3 0.75 0.72
Hex ED 83 86 0 2D 2B 7 166 4B 48
Octal 355 203 206 0 55 53 7 546 113 110
Binary 11101101 10000011 10000110 0 101101 101011 111 101100110 1001011 1001000

Color Harmonies of #ED8386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8386

Black with #ED8386

Text Example


Text Example

White with #ED8386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8386; }

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

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

background-color css

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

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

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

border-color css

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

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

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