#EA8188

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

Shades of Carissma #EA8188

Tints of Carissma #EA8188

Color information

#EA8188 (or 0xEA8188) is unknown color: approx Carissma. HEX triplet: EA, 81 and 88. RGB value is (234,129,136). Sum of RGB (Red+Green+Blue) = 234+129+136=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8188 is #157E77. Grayscale: #A1A1A1. Windows color (decimal): -1408632 or 8946154. OLE color: 8946154.

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

Color convert

RGB234129136-
CMYK00.450.420.08
HSL356º71.43%71.18%-
HSV(B)356º44.87%91.76%-
XYZ46.2334.9727.61-
YUV161.19113.79179.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 129 (50.78% from 255) = 25.85%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=46.89%
G=25.85%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412913600.450.420.0835671.4371.18
HexEA818802D2A81644747
Octal3522012100555210544107107
Binary1110101010000001100010000101101101010100010110010010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8188; }

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

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

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

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

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

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

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

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