#EA8797

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

Shades of Carissma #EA8797

Tints of Carissma #EA8797

Color information

#EA8797 (or 0xEA8797) is unknown color: approx Carissma. HEX triplet: EA, 87 and 97. RGB value is (234,135,151). Sum of RGB (Red+Green+Blue) = 234+135+151=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8797 is #157868. Grayscale: #A6A6A6. Windows color (decimal): -1407081 or 9930730. OLE color: 9930730.

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

Color convert

RGB234135151-
CMYK00.420.350.08
HSL350.3º70.21%72.35%-
HSV(B)350.3º42.31%91.76%-
XYZ48.1837.0533.89-
YUV166.42119.3176.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 135 (53.12% from 255) = 25.96%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=45%
G=25.96%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413515100.420.350.08350.370.2172.35
HexEA879702A23815e4648
Octal3522072270524310536106110
Binary1110101010000111100101110101010100011100010101111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8797; }

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

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

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

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

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

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

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

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