#EA8384

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

Shades of Carissma #EA8384

Tints of Carissma #EA8384

Color information

#EA8384 (or 0xEA8384) is unknown color: approx Carissma. HEX triplet: EA, 83 and 84. RGB value is (234,131,132). Sum of RGB (Red+Green+Blue) = 234+131+132=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8384 is #157C7B. Grayscale: #A2A2A2. Windows color (decimal): -1408124 or 8684522. OLE color: 8684522.

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

Color convert

RGB234131132-
CMYK00.440.440.08
HSL359.42º71.03%71.57%-
HSV(B)359.42º44.02%91.76%-
XYZ46.2135.3926.23-
YUV161.91111.12179.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=47.08%
G=26.36%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413113200.440.440.08359.4271.0371.57
HexEA838402C2C81674748
Octal3522032040545410547107110
Binary1110101010000011100001000101100101100100010110011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8384; }

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

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

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

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

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

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

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

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