#EA798E

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

Shades of Carissma #EA798E

Tints of Carissma #EA798E

Color information

#EA798E (or 0xEA798E) is unknown color: approx Carissma. HEX triplet: EA, 79 and 8E. RGB value is (234,121,142). Sum of RGB (Red+Green+Blue) = 234+121+142=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA798E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA798E is #158671. Grayscale: #9D9D9D. Windows color (decimal): -1410674 or 9337322. OLE color: 9337322.

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

Color convert

RGB234121142-
CMYK00.480.390.08
HSL348.85º72.9%69.61%-
HSV(B)348.85º48.29%91.76%-
XYZ45.6533.1229.58-
YUV157.18119.44182.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 121 (47.66% from 255) = 24.35%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=47.08%
G=24.35%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412114200.480.390.08348.8572.969.61
HexEA798E03027815d4946
Octal3521712160604710535111106
Binary111010101111001100011100110000100111100010101110110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA798E; }

 p { color: rgb(234,121,142); }

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

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

 a { background-color: rgb(234,121,142); }

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

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

 span { border-color: rgb(234,121,142); }

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