#EA759B

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

Shades of Carissma #EA759B

Tints of Carissma #EA759B

Color information

#EA759B (or 0xEA759B) is unknown color: approx Carissma. HEX triplet: EA, 75 and 9B. RGB value is (234,117,155). Sum of RGB (Red+Green+Blue) = 234+117+155=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA759B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA759B is #158A64. Grayscale: #9C9C9C. Windows color (decimal): -1411685 or 10188266. OLE color: 10188266.

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

Color convert

RGB234117155-
CMYK00.50.340.08
HSL340.51º73.58%68.82%-
HSV(B)340.51º50%91.76%-
XYZ46.2132.5834.86-
YUV156.32127.26183.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.25%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=46.25%
G=23.12%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411715500.50.340.08340.5173.5868.82
HexEA759B0322281554a45
Octal3521652330624210525112105
Binary111010101110101100110110110010100010100010101010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA759B; }

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

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

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

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

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

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

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

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