#EA759C

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

Shades of Carissma #EA759C

Tints of Carissma #EA759C

Color information

#EA759C (or 0xEA759C) is unknown color: approx Carissma. HEX triplet: EA, 75 and 9C. RGB value is (234,117,156). Sum of RGB (Red+Green+Blue) = 234+117+156=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA759C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA759C is #158A63. Grayscale: #9C9C9C. Windows color (decimal): -1411684 or 10253802. OLE color: 10253802.

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

Color convert

RGB234117156-
CMYK00.50.330.08
HSL340º73.58%68.82%-
HSV(B)340º50%91.76%-
XYZ46.2932.6235.31-
YUV156.43127.76183.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=46.15%
G=23.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411715600.50.330.0834073.5868.82
HexEA759C0322181544a45
Octal3521652340624110524112105
Binary111010101110101100111000110010100001100010101010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA759C; }

 p { color: rgb(234,117,156); }

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

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

 a { background-color: rgb(234,117,156); }

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

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

 span { border-color: rgb(234,117,156); }

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