#EA7D96

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

Shades of Carissma #EA7D96

Tints of Carissma #EA7D96

Color information

#EA7D96 (or 0xEA7D96) is unknown color: approx Carissma. HEX triplet: EA, 7D and 96. RGB value is (234,125,150). Sum of RGB (Red+Green+Blue) = 234+125+150=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7D96 is #158269. Grayscale: #A0A0A0. Windows color (decimal): -1409642 or 9862634. OLE color: 9862634.

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

Color convert

RGB234125150-
CMYK00.470.360.08
HSL346.24º72.19%70.39%-
HSV(B)346.24º46.58%91.76%-
XYZ46.7734.3633.02-
YUV160.44122.11180.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=45.97%
G=24.56%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412515000.470.360.08346.2472.1970.39
HexEA7D9602F24815a4846
Octal3521752260574410532110106
Binary111010101111101100101100101111100100100010101101010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7D96; }

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

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

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

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

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

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

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

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