#EA798F

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

Shades of Carissma #EA798F

Tints of Carissma #EA798F

Color information

#EA798F (or 0xEA798F) is unknown color: approx Carissma. HEX triplet: EA, 79 and 8F. RGB value is (234,121,143). Sum of RGB (Red+Green+Blue) = 234+121+143=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA798F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA798F is #158670. Grayscale: #9D9D9D. Windows color (decimal): -1410673 or 9402858. OLE color: 9402858.

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

Color convert

RGB234121143-
CMYK00.480.390.08
HSL348.32º72.9%69.61%-
HSV(B)348.32º48.29%91.76%-
XYZ45.7333.1529.98-
YUV157.29119.94182.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 143 (56.25% from 255) = 28.71%
R=46.99%
G=24.30%
B=28.71%

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
Decimal23412114300.480.390.08348.3272.969.61
HexEA798F03027815c4946
Octal3521712170604710534111106
Binary111010101111001100011110110000100111100010101110010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA798F; }

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

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

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

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

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

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

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

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