#EA7790

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

Shades of Carissma #EA7790

Tints of Carissma #EA7790

Color information

#EA7790 (or 0xEA7790) is unknown color: approx Carissma. HEX triplet: EA, 77 and 90. RGB value is (234,119,144). Sum of RGB (Red+Green+Blue) = 234+119+144=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7790 is #15886F. Grayscale: #9C9C9C. Windows color (decimal): -1411184 or 9467882. OLE color: 9467882.

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

Color convert

RGB234119144-
CMYK00.490.380.08
HSL346.96º73.25%69.22%-
HSV(B)346.96º49.15%91.76%-
XYZ45.5632.730.3-
YUV156.23121.1183.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 119 (46.88% from 255) = 23.94%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=47.08%
G=23.94%
B=28.97%

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
Decimal23411914400.490.380.08346.9673.2569.22
HexEA779003126815b4945
Octal3521672200614610533111105
Binary111010101110111100100000110001100110100010101101110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7790; }

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

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

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

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

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

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

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

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