Html Css Color HEX #EB8086 Carissma

📋 copy color: '#EB8086'

red 235 ◦ green 128 ◦ blue 134

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

Shades of Carissma #EB8086

Tints of Carissma #EB8086

RGB

 RED value IS 235 (92.19% from 255) = 47.28%

 GREEN value IS 128 (50.39% from 255) = 25.75%

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

R = 47.28%
G = 25.75%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB8086 (or 0xEB8086) is known color: Carissma. HEX triplet: EB, 80 and 86. RGB value is (235,128,134). Sum of RGB (Red+Green+Blue) = 235+128+134=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8086 is #147F79. Grayscale: #A0A0A0. Windows color (decimal): -1343354 or 8814827. OLE color: 8814827.

HSL color Cylindrical-coordinate representation of color #EB8086: hue angle of 356.64º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB8086 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 128 134 -
CMYK 0 0.46 0.43 0.08
HSL 356.64º 0.73% 0.71% -
HSV(B) 356.64º 0.46% 0.92% -
XYZ 46.28 34.82 26.84 -
YUV 160.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 235 128 134 0 0.46 0.43 0.08 356.64 0.73 0.71
Hex EB 80 86 0 2E 2B 8 165 49 47
Octal 353 200 206 0 56 53 10 545 111 107
Binary 11101011 10000000 10000110 0 101110 101011 1000 101100101 1001001 1000111

Color Harmonies of #EB8086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8086

Black with #EB8086

Text Example


Text Example

White with #EB8086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8086; }

 p { color: rgb(235,128,134); }

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

background-color css

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

 a { background-color: rgb(235,128,134); }

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

border-color css

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

 span { border-color: rgb(235,128,134); }

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