#EB808A

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

Shades of Carissma #EB808A

Tints of Carissma #EB808A

Color information

#EB808A (or 0xEB808A) is unknown color: approx Carissma. HEX triplet: EB, 80 and 8A. RGB value is (235,128,138). Sum of RGB (Red+Green+Blue) = 235+128+138=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB808A is #147F75. Grayscale: #A1A1A1. Windows color (decimal): -1343350 or 9076971. OLE color: 9076971.

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

Color convert

RGB235128138-
CMYK00.460.410.08
HSL354.39º72.79%71.18%-
HSV(B)354.39º45.53%92.16%-
XYZ46.5734.9428.33-
YUV161.13114.95180.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=46.91%
G=25.55%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512813800.460.410.08354.3972.7971.18
HexEB808A02E2981624947
Octal3532002120565110542111107
Binary1110101110000000100010100101110101001100010110001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB808A; }

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

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

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

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

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

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

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

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