#EA8083

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

Shades of Carissma #EA8083

Tints of Carissma #EA8083

Color information

#EA8083 (or 0xEA8083) is unknown color: approx Carissma. HEX triplet: EA, 80 and 83. RGB value is (234,128,131). Sum of RGB (Red+Green+Blue) = 234+128+131=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8083 is #157F7C. Grayscale: #A0A0A0. Windows color (decimal): -1408893 or 8618218. OLE color: 8618218.

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

Color convert

RGB234128131-
CMYK00.450.440.08
HSL358.3º71.62%70.98%-
HSV(B)358.3º45.3%91.76%-
XYZ45.7534.5725.73-
YUV160.04111.62180.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=47.46%
G=25.96%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412813100.450.440.08358.371.6270.98
HexEA808302D2C81664847
Octal3522002030555410546110107
Binary1110101010000000100000110101101101100100010110011010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8083; }

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

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

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

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

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

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

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

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