#EA8192

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

Shades of Carissma #EA8192

Tints of Carissma #EA8192

Color information

#EA8192 (or 0xEA8192) is unknown color: approx Carissma. HEX triplet: EA, 81 and 92. RGB value is (234,129,146). Sum of RGB (Red+Green+Blue) = 234+129+146=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8192 is #157E6D. Grayscale: #A2A2A2. Windows color (decimal): -1408622 or 9601514. OLE color: 9601514.

HSL color Cylindrical-coordinate representation of color #EA8192: hue angle of 350.29º 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 #EA8192 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234129146-
CMYK00.450.380.08
HSL350.29º71.43%71.18%-
HSV(B)350.29º44.87%91.76%-
XYZ46.9735.2731.53-
YUV162.33118.79179.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 129 (50.78% from 255) = 25.34%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=45.97%
G=25.34%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412914600.450.380.08350.2971.4371.18
HexEA819202D26815e4747
Octal3522012220554610536107107
Binary1110101010000001100100100101101100110100010101111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8192; }

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

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

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

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

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

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

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

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