#EB7D8A

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

Shades of Carissma #EB7D8A

Tints of Carissma #EB7D8A

Color information

#EB7D8A (or 0xEB7D8A) is unknown color: approx Carissma. HEX triplet: EB, 7D and 8A. RGB value is (235,125,138). Sum of RGB (Red+Green+Blue) = 235+125+138=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D8A is #148275. Grayscale: #9F9F9F. Windows color (decimal): -1344118 or 9076203. OLE color: 9076203.

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

Color convert

RGB235125138-
CMYK00.470.410.08
HSL352.91º73.33%70.59%-
HSV(B)352.91º46.81%92.16%-
XYZ46.1834.1628.21-
YUV159.37115.94181.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.19%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=47.19%
G=25.10%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512513800.470.410.08352.9173.3370.59
HexEB7D8A02F2981614947
Octal3531752120575110541111107
Binary111010111111101100010100101111101001100010110000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7D8A; }

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

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

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

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

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

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

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

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