#EA8297

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

Shades of Carissma #EA8297

Tints of Carissma #EA8297

Color information

#EA8297 (or 0xEA8297) is unknown color: approx Carissma. HEX triplet: EA, 82 and 97. RGB value is (234,130,151). Sum of RGB (Red+Green+Blue) = 234+130+151=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8297 is #157D68. Grayscale: #A3A3A3. Windows color (decimal): -1408361 or 9929450. OLE color: 9929450.

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

Color convert

RGB234130151-
CMYK00.440.350.08
HSL347.88º71.23%71.37%-
HSV(B)347.88º44.44%91.76%-
XYZ47.535.6933.66-
YUV163.49120.96178.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=45.44%
G=25.24%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413015100.440.350.08347.8871.2371.37
HexEA829702C23815c4747
Octal3522022270544310534107107
Binary1110101010000010100101110101100100011100010101110010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8297; }

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

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

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

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

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

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

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

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