#EA7C97

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

Shades of Carissma #EA7C97

Tints of Carissma #EA7C97

Color information

#EA7C97 (or 0xEA7C97) is unknown color: approx Carissma. HEX triplet: EA, 7C and 97. RGB value is (234,124,151). Sum of RGB (Red+Green+Blue) = 234+124+151=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7C97 is #158368. Grayscale: #9F9F9F. Windows color (decimal): -1409897 or 9927914. OLE color: 9927914.

HSL color Cylindrical-coordinate representation of color #EA7C97: hue angle of 345.27º 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 #EA7C97 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234124151-
CMYK00.470.350.08
HSL345.27º72.37%70.2%-
HSV(B)345.27º47.01%91.76%-
XYZ46.7334.1433.41-
YUV159.97122.94180.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=45.97%
G=24.36%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412415100.470.350.08345.2772.3770.2
HexEA7C9702F2381594846
Octal3521742270574310531110106
Binary111010101111100100101110101111100011100010101100110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7C97; }

 p { color: rgb(234,124,151); }

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

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

 a { background-color: rgb(234,124,151); }

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

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

 span { border-color: rgb(234,124,151); }

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