#EA8394

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

Shades of Carissma #EA8394

Tints of Carissma #EA8394

Color information

#EA8394 (or 0xEA8394) is unknown color: approx Carissma. HEX triplet: EA, 83 and 94. RGB value is (234,131,148). Sum of RGB (Red+Green+Blue) = 234+131+148=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8394 is #157C6B. Grayscale: #A3A3A3. Windows color (decimal): -1408108 or 9733098. OLE color: 9733098.

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

Color convert

RGB234131148-
CMYK00.440.370.08
HSL350.1º71.03%71.57%-
HSV(B)350.1º44.02%91.76%-
XYZ47.3935.8632.44-
YUV163.74119.12178.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 131 (51.56% from 255) = 25.54%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=45.61%
G=25.54%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413114800.440.370.08350.171.0371.57
HexEA839402C25815e4748
Octal3522032240544510536107110
Binary1110101010000011100101000101100100101100010101111010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8394; }

 p { color: rgb(234,131,148); }

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

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

 a { background-color: rgb(234,131,148); }

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

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

 span { border-color: rgb(234,131,148); }

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