#EA7D95

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

Shades of Carissma #EA7D95

Tints of Carissma #EA7D95

Color information

#EA7D95 (or 0xEA7D95) is unknown color: approx Carissma. HEX triplet: EA, 7D and 95. RGB value is (234,125,149). Sum of RGB (Red+Green+Blue) = 234+125+149=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7D95 is #15826A. Grayscale: #A0A0A0. Windows color (decimal): -1409643 or 9797098. OLE color: 9797098.

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

Color convert

RGB234125149-
CMYK00.470.360.08
HSL346.79º72.19%70.39%-
HSV(B)346.79º46.58%91.76%-
XYZ46.6934.3332.6-
YUV160.33121.61180.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=46.06%
G=24.61%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412514900.470.360.08346.7972.1970.39
HexEA7D9502F24815b4846
Octal3521752250574410533110106
Binary111010101111101100101010101111100100100010101101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7D95; }

 p { color: rgb(234,125,149); }

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

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

 a { background-color: rgb(234,125,149); }

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

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

 span { border-color: rgb(234,125,149); }

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