#EB7F83

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

Shades of Carissma #EB7F83

Tints of Carissma #EB7F83

Color information

#EB7F83 (or 0xEB7F83) is unknown color: approx Carissma. HEX triplet: EB, 7F and 83. RGB value is (235,127,131). Sum of RGB (Red+Green+Blue) = 235+127+131=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7F83 is #14807C. Grayscale: #9F9F9F. Windows color (decimal): -1343613 or 8617963. OLE color: 8617963.

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

Color convert

RGB235127131-
CMYK00.460.440.08
HSL357.78º72.97%70.98%-
HSV(B)357.78º45.96%92.16%-
XYZ45.9534.4825.71-
YUV159.75111.78181.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=47.67%
G=25.76%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512713100.460.440.08357.7872.9770.98
HexEB7F8302E2C81664947
Octal3531772030565410546111107
Binary111010111111111100000110101110101100100010110011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7F83; }

 p { color: rgb(235,127,131); }

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

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

 a { background-color: rgb(235,127,131); }

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

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

 span { border-color: rgb(235,127,131); }

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