#EA8295

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

Shades of Carissma #EA8295

Tints of Carissma #EA8295

Color information

#EA8295 (or 0xEA8295) is unknown color: approx Carissma. HEX triplet: EA, 82 and 95. RGB value is (234,130,149). Sum of RGB (Red+Green+Blue) = 234+130+149=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8295 is #157D6A. Grayscale: #A3A3A3. Windows color (decimal): -1408363 or 9798378. OLE color: 9798378.

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

Color convert

RGB234130149-
CMYK00.440.360.08
HSL349.04º71.23%71.37%-
HSV(B)349.04º44.44%91.76%-
XYZ47.3435.6332.82-
YUV163.26119.96178.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=45.61%
G=25.34%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413014900.440.360.08349.0471.2371.37
HexEA829502C24815d4747
Octal3522022250544410535107107
Binary1110101010000010100101010101100100100100010101110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8295; }

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

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

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

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

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

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

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

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