#EA7E8B

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

Shades of Carissma #EA7E8B

Tints of Carissma #EA7E8B

Color information

#EA7E8B (or 0xEA7E8B) is unknown color: approx Carissma. HEX triplet: EA, 7E and 8B. RGB value is (234,126,139). Sum of RGB (Red+Green+Blue) = 234+126+139=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E8B is #158174. Grayscale: #9F9F9F. Windows color (decimal): -1409397 or 9141994. OLE color: 9141994.

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

Color convert

RGB234126139-
CMYK00.460.410.08
HSL352.78º72%70.59%-
HSV(B)352.78º46.15%91.76%-
XYZ46.0534.2828.62-
YUV159.77116.28180.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 126 (49.61% from 255) = 25.25%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=46.89%
G=25.25%
B=27.86%

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
Decimal23412613900.460.410.08352.787270.59
HexEA7E8B02E2981614847
Octal3521762130565110541110107
Binary111010101111110100010110101110101001100010110000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7E8B; }

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

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

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

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

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

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

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

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