#EA8393

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

Shades of Carissma #EA8393

Tints of Carissma #EA8393

Color information

#EA8393 (or 0xEA8393) is unknown color: approx Carissma. HEX triplet: EA, 83 and 93. RGB value is (234,131,147). Sum of RGB (Red+Green+Blue) = 234+131+147=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8393 is #157C6C. Grayscale: #A3A3A3. Windows color (decimal): -1408109 or 9667562. OLE color: 9667562.

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

Color convert

RGB234131147-
CMYK00.440.370.08
HSL350.68º71.03%71.57%-
HSV(B)350.68º44.02%91.76%-
XYZ47.3135.8332.03-
YUV163.62118.62178.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=45.70%
G=25.59%
B=28.71%

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
Decimal23413114700.440.370.08350.6871.0371.57
HexEA839302C25815f4748
Octal3522032230544510537107110
Binary1110101010000011100100110101100100101100010101111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8393; }

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

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

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

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

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

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

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

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