#EB8298

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

Shades of Carissma #EB8298

Tints of Carissma #EB8298

Color information

#EB8298 (or 0xEB8298) is unknown color: approx Carissma. HEX triplet: EB, 82 and 98. RGB value is (235,130,152). Sum of RGB (Red+Green+Blue) = 235+130+152=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8298 is #147D67. Grayscale: #A3A3A3. Windows color (decimal): -1342824 or 9994987. OLE color: 9994987.

HSL color Cylindrical-coordinate representation of color #EB8298: hue angle of 347.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB8298 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235130152-
CMYK00.450.350.08
HSL347.43º72.41%71.57%-
HSV(B)347.43º44.68%92.16%-
XYZ47.9135.8934.11-
YUV163.9121.29178.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 152 (59.77% from 255) = 29.40%
R=45.45%
G=25.15%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513015200.450.350.08347.4372.4171.57
HexEB829802D23815b4848
Octal3532022300554310533110110
Binary1110101110000010100110000101101100011100010101101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8298; }

 p { color: rgb(235,130,152); }

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

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

 a { background-color: rgb(235,130,152); }

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

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

 span { border-color: rgb(235,130,152); }

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