#EB7D85

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

Shades of Carissma #EB7D85

Tints of Carissma #EB7D85

Color information

#EB7D85 (or 0xEB7D85) is unknown color: approx Carissma. HEX triplet: EB, 7D and 85. RGB value is (235,125,133). Sum of RGB (Red+Green+Blue) = 235+125+133=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D85 is #14827A. Grayscale: #9E9E9E. Windows color (decimal): -1344123 or 8748523. OLE color: 8748523.

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

Color convert

RGB235125133-
CMYK00.470.430.08
HSL355.64º73.33%70.59%-
HSV(B)355.64º46.81%92.16%-
XYZ45.8334.0226.34-
YUV158.8113.44182.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=47.67%
G=25.35%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512513300.470.430.08355.6473.3370.59
HexEB7D8502F2B81644947
Octal3531752050575310544111107
Binary111010111111101100001010101111101011100010110010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7D85; }

 p { color: rgb(235,125,133); }

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

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

 a { background-color: rgb(235,125,133); }

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

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

 span { border-color: rgb(235,125,133); }

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