#EB7F8B

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

Shades of Carissma #EB7F8B

Tints of Carissma #EB7F8B

Color information

#EB7F8B (or 0xEB7F8B) is unknown color: approx Carissma. HEX triplet: EB, 7F and 8B. RGB value is (235,127,139). Sum of RGB (Red+Green+Blue) = 235+127+139=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7F8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7F8B is #148074. Grayscale: #A0A0A0. Windows color (decimal): -1343605 or 9142251. OLE color: 9142251.

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

Color convert

RGB235127139-
CMYK00.460.410.08
HSL353.33º72.97%70.98%-
HSV(B)353.33º45.96%92.16%-
XYZ46.5134.728.67-
YUV160.66115.78181.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=46.91%
G=25.35%
B=27.74%

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
Decimal23512713900.460.410.08353.3372.9770.98
HexEB7F8B02E2981614947
Octal3531772130565110541111107
Binary111010111111111100010110101110101001100010110000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7F8B; }

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

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

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

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

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

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

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

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