#EA7A89

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

Shades of Carissma #EA7A89

Tints of Carissma #EA7A89

Color information

#EA7A89 (or 0xEA7A89) is unknown color: approx Carissma. HEX triplet: EA, 7A and 89. RGB value is (234,122,137). Sum of RGB (Red+Green+Blue) = 234+122+137=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7A89 is #158576. Grayscale: #9D9D9D. Windows color (decimal): -1410423 or 9009898. OLE color: 9009898.

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

Color convert

RGB234122137-
CMYK00.480.410.08
HSL351.96º72.73%69.8%-
HSV(B)351.96º47.86%91.76%-
XYZ45.4133.2227.69-
YUV157.2116.61182.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 122 (48.05% from 255) = 24.75%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=47.46%
G=24.75%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412213700.480.410.08351.9672.7369.8
HexEA7A890302981604946
Octal3521722110605110540111106
Binary111010101111010100010010110000101001100010110000010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7A89; }

 p { color: rgb(234,122,137); }

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

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

 a { background-color: rgb(234,122,137); }

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

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

 span { border-color: rgb(234,122,137); }

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