#EA8392

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

Shades of Carissma #EA8392

Tints of Carissma #EA8392

Color information

#EA8392 (or 0xEA8392) is unknown color: approx Carissma. HEX triplet: EA, 83 and 92. RGB value is (234,131,146). Sum of RGB (Red+Green+Blue) = 234+131+146=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8392 is #157C6D. Grayscale: #A3A3A3. Windows color (decimal): -1408110 or 9602026. OLE color: 9602026.

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

Color convert

RGB234131146-
CMYK00.440.380.08
HSL351.26º71.03%71.57%-
HSV(B)351.26º44.02%91.76%-
XYZ47.2435.831.61-
YUV163.51118.12178.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 131 (51.56% from 255) = 25.64%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=45.79%
G=25.64%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413114600.440.380.08351.2671.0371.57
HexEA839202C26815f4748
Octal3522032220544610537107110
Binary1110101010000011100100100101100100110100010101111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8392; }

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

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

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

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

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

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

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

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