#EA8386

Color #EA8386 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #EA8386

Tints of Carissma #EA8386

Color information

#EA8386 (or 0xEA8386) is unknown color: approx Carissma. HEX triplet: EA, 83 and 86. RGB value is (234,131,134). Sum of RGB (Red+Green+Blue) = 234+131+134=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8386 is #157C79. Grayscale: #A2A2A2. Windows color (decimal): -1408122 or 8815594. OLE color: 8815594.

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

Color convert

RGB234131134-
CMYK00.440.430.08
HSL358.25º71.03%71.57%-
HSV(B)358.25º44.02%91.76%-
XYZ46.3535.4526.95-
YUV162.14112.12179.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 134 (52.73% from 255) = 26.85%
R=46.89%
G=26.25%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413113400.440.430.08358.2571.0371.57
HexEA838602C2B81664748
Octal3522032060545310546107110
Binary1110101010000011100001100101100101011100010110011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8386; }

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

 H1.HeaderClassName
 {
   color: #EA8386;
 }
 .AnyTagClassName
 {
   color: #EA8386;
 }
</style>
background-color css

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

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

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

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

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

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