#EA7E9D

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

Shades of Carissma #EA7E9D

Tints of Carissma #EA7E9D

Color information

#EA7E9D (or 0xEA7E9D) is unknown color: approx Carissma. HEX triplet: EA, 7E and 9D. RGB value is (234,126,157). Sum of RGB (Red+Green+Blue) = 234+126+157=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E9D is #158162. Grayscale: #A1A1A1. Windows color (decimal): -1409379 or 10321642. OLE color: 10321642.

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

Color convert

RGB234126157-
CMYK00.460.330.08
HSL342.78º72%70.59%-
HSV(B)342.78º46.15%91.76%-
XYZ47.4834.8536.12-
YUV161.83125.28179.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=45.26%
G=24.37%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412615700.460.330.08342.787270.59
HexEA7E9D02E2181574847
Octal3521762350564110527110107
Binary111010101111110100111010101110100001100010101011110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7E9D; }

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

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

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

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

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

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

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

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