#EB7E91

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

Shades of Carissma #EB7E91

Tints of Carissma #EB7E91

Color information

#EB7E91 (or 0xEB7E91) is unknown color: approx Carissma. HEX triplet: EB, 7E and 91. RGB value is (235,126,145). Sum of RGB (Red+Green+Blue) = 235+126+145=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7E91 is #14816E. Grayscale: #A0A0A0. Windows color (decimal): -1343855 or 9535211. OLE color: 9535211.

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

Color convert

RGB235126145-
CMYK00.460.380.08
HSL349.54º73.15%70.78%-
HSV(B)349.54º46.38%92.16%-
XYZ46.8334.6331-
YUV160.76119.11180.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 126 (49.61% from 255) = 24.90%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=46.44%
G=24.90%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512614500.460.380.08349.5473.1570.78
HexEB7E9102E26815e4947
Octal3531762210564610536111107
Binary111010111111110100100010101110100110100010101111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7E91; }

 p { color: rgb(235,126,145); }

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

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

 a { background-color: rgb(235,126,145); }

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

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

 span { border-color: rgb(235,126,145); }

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