#EB82A0

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

Shades of Carissma #EB82A0

Tints of Carissma #EB82A0

Color information

#EB82A0 (or 0xEB82A0) is unknown color: approx Carissma. HEX triplet: EB, 82 and A0. RGB value is (235,130,160). Sum of RGB (Red+Green+Blue) = 235+130+160=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB82A0 is #147D5F. Grayscale: #A4A4A4. Windows color (decimal): -1342816 or 10519275. OLE color: 10519275.

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

Color convert

RGB235130160-
CMYK00.450.320.08
HSL342.86º72.41%71.57%-
HSV(B)342.86º44.68%92.16%-
XYZ48.5936.1737.68-
YUV164.82125.29178.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.76%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=44.76%
G=24.76%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513016000.450.320.08342.8672.4171.57
HexEB82A002D2081574848
Octal3532022400554010527110110
Binary1110101110000010101000000101101100000100010101011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82A0; }

 p { color: rgb(235,130,160); }

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

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

 a { background-color: rgb(235,130,160); }

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

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

 span { border-color: rgb(235,130,160); }

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