#EB749A

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

Shades of Carissma #EB749A

Tints of Carissma #EB749A

Color information

#EB749A (or 0xEB749A) is unknown color: approx Carissma. HEX triplet: EB, 74 and 9A. RGB value is (235,116,154). Sum of RGB (Red+Green+Blue) = 235+116+154=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB749A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB749A is #148B65. Grayscale: #9B9B9B. Windows color (decimal): -1346406 or 10122475. OLE color: 10122475.

HSL color Cylindrical-coordinate representation of color #EB749A: hue angle of 340.84º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB749A is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235116154-
CMYK00.510.340.08
HSL340.84º74.84%68.82%-
HSV(B)340.84º50.64%92.16%-
XYZ46.3432.4934.4-
YUV155.91126.92184.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=46.53%
G=22.97%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511615400.510.340.08340.8474.8468.82
HexEB749A0332281554b45
Octal3531642320634210525113105
Binary111010111110100100110100110011100010100010101010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB749A; }

 p { color: rgb(235,116,154); }

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

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

 a { background-color: rgb(235,116,154); }

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

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

 span { border-color: rgb(235,116,154); }

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