#EB7792

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

Shades of Carissma #EB7792

Tints of Carissma #EB7792

Color information

#EB7792 (or 0xEB7792) is unknown color: approx Carissma. HEX triplet: EB, 77 and 92. RGB value is (235,119,146). Sum of RGB (Red+Green+Blue) = 235+119+146=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7792 is #14886D. Grayscale: #9C9C9C. Windows color (decimal): -1345646 or 9598955. OLE color: 9598955.

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

Color convert

RGB235119146-
CMYK00.490.380.08
HSL346.03º74.36%69.41%-
HSV(B)346.03º49.36%92.16%-
XYZ46.0532.9331.12-
YUV156.76121.93183.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47%
GREEN value IS 119 (46.88% from 255) = 23.8%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=47%
G=23.8%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511914600.490.380.08346.0374.3669.41
HexEB779203126815a4a45
Octal3531672220614610532112105
Binary111010111110111100100100110001100110100010101101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7792; }

 p { color: rgb(235,119,146); }

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

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

 a { background-color: rgb(235,119,146); }

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

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

 span { border-color: rgb(235,119,146); }

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