#EB7E86

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

Shades of Carissma #EB7E86

Tints of Carissma #EB7E86

Color information

#EB7E86 (or 0xEB7E86) is unknown color: approx Carissma. HEX triplet: EB, 7E and 86. RGB value is (235,126,134). Sum of RGB (Red+Green+Blue) = 235+126+134=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7E86 is #148179. Grayscale: #9F9F9F. Windows color (decimal): -1343866 or 8814315. OLE color: 8814315.

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

Color convert

RGB235126134-
CMYK00.460.430.08
HSL355.6º73.15%70.78%-
HSV(B)355.6º46.38%92.16%-
XYZ46.0234.3126.75-
YUV159.5113.61181.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.47%
GREEN value IS 126 (49.61% from 255) = 25.45%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=47.47%
G=25.45%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512613400.460.430.08355.673.1570.78
HexEB7E8602E2B81644947
Octal3531762060565310544111107
Binary111010111111110100001100101110101011100010110010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7E86; }

 p { color: rgb(235,126,134); }

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

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

 a { background-color: rgb(235,126,134); }

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

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

 span { border-color: rgb(235,126,134); }

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