#EA8689

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

Shades of Carissma #EA8689

Tints of Carissma #EA8689

Color information

#EA8689 (or 0xEA8689) is unknown color: approx Carissma. HEX triplet: EA, 86 and 89. RGB value is (234,134,137). Sum of RGB (Red+Green+Blue) = 234+134+137=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8689 is #157976. Grayscale: #A4A4A4. Windows color (decimal): -1407351 or 9012970. OLE color: 9012970.

HSL color Cylindrical-coordinate representation of color #EA8689: hue angle of 358.2º degrees, saturation: 0.7, 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 #EA8689 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234134137-
CMYK00.430.410.08
HSL358.2º70.42%72.16%-
HSV(B)358.2º42.74%91.76%-
XYZ46.9736.3528.21-
YUV164.24112.63177.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 137 (53.91% from 255) = 27.13%
R=46.34%
G=26.53%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413413700.430.410.08358.270.4272.16
HexEA868902B2981664648
Octal3522062110535110546106110
Binary1110101010000110100010010101011101001100010110011010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8689; }

 p { color: rgb(234,134,137); }

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

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

 a { background-color: rgb(234,134,137); }

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

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

 span { border-color: rgb(234,134,137); }

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