#EA7D9A

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

Shades of Carissma #EA7D9A

Tints of Carissma #EA7D9A

Color information

#EA7D9A (or 0xEA7D9A) is unknown color: approx Carissma. HEX triplet: EA, 7D and 9A. RGB value is (234,125,154). Sum of RGB (Red+Green+Blue) = 234+125+154=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7D9A is #158265. Grayscale: #A0A0A0. Windows color (decimal): -1409638 or 10124778. OLE color: 10124778.

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

Color convert

RGB234125154-
CMYK00.470.340.08
HSL344.04º72.19%70.39%-
HSV(B)344.04º46.58%91.76%-
XYZ47.134.4934.75-
YUV160.9124.11180.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=45.61%
G=24.37%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412515400.470.340.08344.0472.1970.39
HexEA7D9A02F2281584846
Octal3521752320574210530110106
Binary111010101111101100110100101111100010100010101100010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7D9A; }

 p { color: rgb(234,125,154); }

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

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

 a { background-color: rgb(234,125,154); }

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

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

 span { border-color: rgb(234,125,154); }

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