#EA82A3

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

Shades of Carissma #EA82A3

Tints of Carissma #EA82A3

Color information

#EA82A3 (or 0xEA82A3) is unknown color: approx Carissma. HEX triplet: EA, 82 and A3. RGB value is (234,130,163). Sum of RGB (Red+Green+Blue) = 234+130+163=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA82A3 is #157D5C. Grayscale: #A4A4A4. Windows color (decimal): -1408349 or 10715882. OLE color: 10715882.

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

Color convert

RGB234130163-
CMYK00.440.300.08
HSL340.96º71.23%71.37%-
HSV(B)340.96º44.44%91.76%-
XYZ48.5336.139.06-
YUV164.86126.96177.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 163 (64.06% from 255) = 30.93%
R=44.40%
G=24.67%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413016300.440.300.08340.9671.2371.37
HexEA82A302C1E81554747
Octal3522022430543610525107107
Binary111010101000001010100011010110011110100010101010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA82A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA82A3; }

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

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

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

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

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

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

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

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