#EA85A0

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

Shades of Carissma #EA85A0

Tints of Carissma #EA85A0

Color information

#EA85A0 (or 0xEA85A0) is unknown color: approx Carissma. HEX triplet: EA, 85 and A0. RGB value is (234,133,160). Sum of RGB (Red+Green+Blue) = 234+133+160=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA85A0 is #157A5F. Grayscale: #A6A6A6. Windows color (decimal): -1407584 or 10520042. OLE color: 10520042.

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

Color convert

RGB234133160-
CMYK00.430.320.08
HSL343.96º70.63%71.96%-
HSV(B)343.96º43.16%91.76%-
XYZ48.6636.8137.8-
YUV166.28124.46176.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=44.40%
G=25.24%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413316000.430.320.08343.9670.6371.96
HexEA85A002B2081584748
Octal3522052400534010530107110
Binary1110101010000101101000000101011100000100010101100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85A0; }

 p { color: rgb(234,133,160); }

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

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

 a { background-color: rgb(234,133,160); }

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

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

 span { border-color: rgb(234,133,160); }

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