#EA7791

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

Shades of Carissma #EA7791

Tints of Carissma #EA7791

Color information

#EA7791 (or 0xEA7791) is unknown color: approx Carissma. HEX triplet: EA, 77 and 91. RGB value is (234,119,145). Sum of RGB (Red+Green+Blue) = 234+119+145=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7791 is #15886E. Grayscale: #9C9C9C. Windows color (decimal): -1411183 or 9533418. OLE color: 9533418.

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

Color convert

RGB234119145-
CMYK00.490.380.08
HSL346.43º73.25%69.22%-
HSV(B)346.43º49.15%91.76%-
XYZ45.6432.7330.7-
YUV156.35121.6183.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 119 (46.88% from 255) = 23.90%
BLUE value IS 145 (57.03% from 255) = 29.12%
R=46.99%
G=23.90%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411914500.490.380.08346.4373.2569.22
HexEA779103126815a4945
Octal3521672210614610532111105
Binary111010101110111100100010110001100110100010101101010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7791; }

 p { color: rgb(234,119,145); }

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

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

 a { background-color: rgb(234,119,145); }

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

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

 span { border-color: rgb(234,119,145); }

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