#EA8185

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

Shades of Carissma #EA8185

Tints of Carissma #EA8185

Color information

#EA8185 (or 0xEA8185) is unknown color: approx Carissma. HEX triplet: EA, 81 and 85. RGB value is (234,129,133). Sum of RGB (Red+Green+Blue) = 234+129+133=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8185 is #157E7A. Grayscale: #A0A0A0. Windows color (decimal): -1408635 or 8749546. OLE color: 8749546.

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

Color convert

RGB234129133-
CMYK00.450.430.08
HSL357.71º71.43%71.18%-
HSV(B)357.71º44.87%91.76%-
XYZ46.0234.8926.5-
YUV160.85112.29180.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=47.18%
G=26.01%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412913300.450.430.08357.7171.4371.18
HexEA818502D2B81664747
Octal3522012050555310546107107
Binary1110101010000001100001010101101101011100010110011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8185; }

 p { color: rgb(234,129,133); }

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

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

 a { background-color: rgb(234,129,133); }

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

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

 span { border-color: rgb(234,129,133); }

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