#ea7d92

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

Shades of Carissma #EA7D92

Tints of Carissma #EA7D92

Color information

#EA7D92 (or 0xEA7D92) is unknown color: approx Carissma. HEX triplet: EA, 7D and 92. RGB value is (234,125,146). Sum of RGB (Red+Green+Blue) = 234+125+146=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7D92 is #15826D. Grayscale: #A0A0A0. Windows color (decimal): -1409646 or 9600490. OLE color: 9600490.

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

Color convert

RGB234125146-
CMYK00.470.380.08
HSL348.44º72.19%70.39%-
HSV(B)348.44º46.58%91.76%-
XYZ46.4534.2331.35-
YUV159.99120.11180.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=46.34%
G=24.75%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412514600.470.380.08348.4472.1970.39
HexEA7D9202F26815c4846
Octal3521752220574610534110106
Binary111010101111101100100100101111100110100010101110010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea7d92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea7d92; }

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

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

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

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

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

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

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

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