#EA8284

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

Shades of Carissma #EA8284

Tints of Carissma #EA8284

Color information

#EA8284 (or 0xEA8284) is unknown color: approx Carissma. HEX triplet: EA, 82 and 84. RGB value is (234,130,132). Sum of RGB (Red+Green+Blue) = 234+130+132=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8284 is #157D7B. Grayscale: #A1A1A1. Windows color (decimal): -1408380 or 8684266. OLE color: 8684266.

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

Color convert

RGB234130132-
CMYK00.440.440.08
HSL358.85º71.23%71.37%-
HSV(B)358.85º44.44%91.76%-
XYZ46.0835.1226.18-
YUV161.32111.46179.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=47.18%
G=26.21%
B=26.61%

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
Decimal23413013200.440.440.08358.8571.2371.37
HexEA828402C2C81674747
Octal3522022040545410547107107
Binary1110101010000010100001000101100101100100010110011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8284; }

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

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

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

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

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

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

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

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