#EA7498

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

Shades of Carissma #EA7498

Tints of Carissma #EA7498

Color information

#EA7498 (or 0xEA7498) is unknown color: approx Carissma. HEX triplet: EA, 74 and 98. RGB value is (234,116,152). Sum of RGB (Red+Green+Blue) = 234+116+152=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7498 is #158B67. Grayscale: #9B9B9B. Windows color (decimal): -1411944 or 9991402. OLE color: 9991402.

HSL color Cylindrical-coordinate representation of color #EA7498: hue angle of 341.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA7498 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234116152-
CMYK00.500.350.08
HSL341.69º73.75%68.63%-
HSV(B)341.69º50.43%91.76%-
XYZ45.8432.2533.51-
YUV155.39126.09184.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.61%
GREEN value IS 116 (45.70% from 255) = 23.11%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=46.61%
G=23.11%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411615200.500.350.08341.6973.7568.63
HexEA74980322381564a45
Octal3521642300624310526112105
Binary111010101110100100110000110010100011100010101011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7498; }

 p { color: rgb(234,116,152); }

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

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

 a { background-color: rgb(234,116,152); }

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

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

 span { border-color: rgb(234,116,152); }

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