#EA8587

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

Shades of Carissma #EA8587

Tints of Carissma #EA8587

Color information

#EA8587 (or 0xEA8587) is unknown color: approx Carissma. HEX triplet: EA, 85 and 87. RGB value is (234,133,135). Sum of RGB (Red+Green+Blue) = 234+133+135=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8587 is #157A78. Grayscale: #A3A3A3. Windows color (decimal): -1407609 or 8881642. OLE color: 8881642.

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

Color convert

RGB234133135-
CMYK00.430.420.08
HSL358.81º70.63%71.96%-
HSV(B)358.81º43.16%91.76%-
XYZ46.6936.0227.41-
YUV163.43111.96178.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.61%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 135 (53.12% from 255) = 26.89%
R=46.61%
G=26.49%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413313500.430.420.08358.8170.6371.96
HexEA858702B2A81674748
Octal3522052070535210547107110
Binary1110101010000101100001110101011101010100010110011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8587; }

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

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

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

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

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

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

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

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