#EA8190

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

Shades of Carissma #EA8190

Tints of Carissma #EA8190

Color information

#EA8190 (or 0xEA8190) is unknown color: approx Carissma. HEX triplet: EA, 81 and 90. RGB value is (234,129,144). Sum of RGB (Red+Green+Blue) = 234+129+144=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8190 is #157E6F. Grayscale: #A2A2A2. Windows color (decimal): -1408624 or 9470442. OLE color: 9470442.

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

Color convert

RGB234129144-
CMYK00.450.380.08
HSL351.43º71.43%71.18%-
HSV(B)351.43º44.87%91.76%-
XYZ46.8235.2130.71-
YUV162.1117.79179.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=46.15%
G=25.44%
B=28.40%

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
Decimal23412914400.450.380.08351.4371.4371.18
HexEA819002D26815f4747
Octal3522012200554610537107107
Binary1110101010000001100100000101101100110100010101111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8190; }

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

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

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

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

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

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

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

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