#eb7b94

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

Shades of Carissma #EB7B94

Tints of Carissma #EB7B94

Color information

#EB7B94 (or 0xEB7B94) is unknown color: approx Carissma. HEX triplet: EB, 7B and 94. RGB value is (235,123,148). Sum of RGB (Red+Green+Blue) = 235+123+148=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7B94 is #14846B. Grayscale: #9F9F9F. Windows color (decimal): -1344620 or 9731051. OLE color: 9731051.

HSL color Cylindrical-coordinate representation of color #EB7B94: hue angle of 346.61º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7B94 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235123148-
CMYK00.480.370.08
HSL346.61º73.68%70.2%-
HSV(B)346.61º47.66%92.16%-
XYZ46.6933.9732.11-
YUV159.34121.61181.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 123 (48.44% from 255) = 24.31%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=46.44%
G=24.31%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512314800.480.370.08346.6173.6870.2
HexEB7B9403025815b4a46
Octal3531732240604510533112106
Binary111010111111011100101000110000100101100010101101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb7b94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb7b94; }

 p { color: rgb(235,123,148); }

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

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

 a { background-color: rgb(235,123,148); }

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

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

 span { border-color: rgb(235,123,148); }

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