#EA8592

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

Shades of Carissma #EA8592

Tints of Carissma #EA8592

Color information

#EA8592 (or 0xEA8592) is unknown color: approx Carissma. HEX triplet: EA, 85 and 92. RGB value is (234,133,146). Sum of RGB (Red+Green+Blue) = 234+133+146=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8592 is #157A6D. Grayscale: #A4A4A4. Windows color (decimal): -1407598 or 9602538. OLE color: 9602538.

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

Color convert

RGB234133146-
CMYK00.430.380.08
HSL352.28º70.63%71.96%-
HSV(B)352.28º43.16%91.76%-
XYZ47.5136.3431.71-
YUV164.68117.46177.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=45.61%
G=25.93%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413314600.430.380.08352.2870.6371.96
HexEA859202B2681604748
Octal3522052220534610540107110
Binary1110101010000101100100100101011100110100010110000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8592; }

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

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

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

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

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

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

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

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