#E77D94

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

Shades of Carissma #E77D94

Tints of Carissma #E77D94

Color information

#E77D94 (or 0xE77D94) is unknown color: approx Carissma. HEX triplet: E7, 7D and 94. RGB value is (231,125,148). Sum of RGB (Red+Green+Blue) = 231+125+148=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77D94 is #18826B. Grayscale: #9F9F9F. Windows color (decimal): -1606252 or 9731559. OLE color: 9731559.

HSL color Cylindrical-coordinate representation of color #E77D94: hue angle of 346.98º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77D94 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB231125148-
CMYK00.460.360.09
HSL346.98º68.83%69.8%-
HSV(B)346.98º45.89%90.59%-
XYZ45.6333.7932.13-
YUV159.32121.62179.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.83%
GREEN value IS 125 (49.22% from 255) = 24.80%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=45.83%
G=24.80%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112514800.460.360.09346.9868.8369.8
HexE77D9402E24915b4546
Octal3471752240564411533105106
Binary111001111111101100101000101110100100100110101101110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77D94; }

 p { color: rgb(231,125,148); }

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

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

 a { background-color: rgb(231,125,148); }

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

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

 span { border-color: rgb(231,125,148); }

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