#EA7E8A

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

Shades of Carissma #EA7E8A

Tints of Carissma #EA7E8A

Color information

#EA7E8A (or 0xEA7E8A) is unknown color: approx Carissma. HEX triplet: EA, 7E and 8A. RGB value is (234,126,138). Sum of RGB (Red+Green+Blue) = 234+126+138=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E8A is #158175. Grayscale: #9F9F9F. Windows color (decimal): -1409398 or 9076458. OLE color: 9076458.

HSL color Cylindrical-coordinate representation of color #EA7E8A: hue angle of 353.33º degrees, saturation: 0.72, 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 #EA7E8A is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234126138-
CMYK00.460.410.08
HSL353.33º72%70.59%-
HSV(B)353.33º46.15%91.76%-
XYZ45.9834.2528.23-
YUV159.66115.78181.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=46.99%
G=25.30%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412613800.460.410.08353.337270.59
HexEA7E8A02E2981614847
Octal3521762120565110541110107
Binary111010101111110100010100101110101001100010110000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7E8A; }

 p { color: rgb(234,126,138); }

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

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

 a { background-color: rgb(234,126,138); }

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

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

 span { border-color: rgb(234,126,138); }

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