#EB80A0

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

Shades of Carissma #EB80A0

Tints of Carissma #EB80A0

Color information

#EB80A0 (or 0xEB80A0) is unknown color: approx Carissma. HEX triplet: EB, 80 and A0. RGB value is (235,128,160). Sum of RGB (Red+Green+Blue) = 235+128+160=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB80A0 is #147F5F. Grayscale: #A3A3A3. Windows color (decimal): -1343328 or 10518763. OLE color: 10518763.

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

Color convert

RGB235128160-
CMYK00.460.320.08
HSL342.06º72.79%71.18%-
HSV(B)342.06º45.53%92.16%-
XYZ48.3335.6437.59-
YUV163.64125.95178.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=44.93%
G=24.47%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512816000.460.320.08342.0672.7971.18
HexEB80A002E2081564947
Octal3532002400564010526111107
Binary1110101110000000101000000101110100000100010101011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80A0; }

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

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

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

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

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

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

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

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