#EA7E90

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

Shades of Carissma #EA7E90

Tints of Carissma #EA7E90

Color information

#EA7E90 (or 0xEA7E90) is unknown color: approx Carissma. HEX triplet: EA, 7E and 90. RGB value is (234,126,144). Sum of RGB (Red+Green+Blue) = 234+126+144=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E90 is #15816F. Grayscale: #A0A0A0. Windows color (decimal): -1409392 or 9469674. OLE color: 9469674.

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

Color convert

RGB234126144-
CMYK00.460.380.08
HSL350º72%70.59%-
HSV(B)350º46.15%91.76%-
XYZ46.4334.4330.58-
YUV160.34118.78180.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.43%
GREEN value IS 126 (49.61% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=46.43%
G=25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412614400.460.380.083507270.59
HexEA7E9002E26815e4847
Octal3521762200564610536110107
Binary111010101111110100100000101110100110100010101111010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7E90; }

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

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

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

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

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

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

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

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