#EA849A

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

Shades of Carissma #EA849A

Tints of Carissma #EA849A

Color information

#EA849A (or 0xEA849A) is unknown color: approx Carissma. HEX triplet: EA, 84 and 9A. RGB value is (234,132,154). Sum of RGB (Red+Green+Blue) = 234+132+154=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA849A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA849A is #157B65. Grayscale: #A5A5A5. Windows color (decimal): -1407846 or 10126570. OLE color: 10126570.

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

Color convert

RGB234132154-
CMYK00.440.340.08
HSL347.06º70.83%71.76%-
HSV(B)347.06º43.59%91.76%-
XYZ48.0236.3335.05-
YUV165.01121.79177.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=45%
G=25.38%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413215400.440.340.08347.0670.8371.76
HexEA849A02C22815b4748
Octal3522042320544210533107110
Binary1110101010000100100110100101100100010100010101101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA849A; }

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

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

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

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

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

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

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

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