#EA779C

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

Shades of Carissma #EA779C

Tints of Carissma #EA779C

Color information

#EA779C (or 0xEA779C) is unknown color: approx Carissma. HEX triplet: EA, 77 and 9C. RGB value is (234,119,156). Sum of RGB (Red+Green+Blue) = 234+119+156=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA779C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA779C is #158863. Grayscale: #9D9D9D. Windows color (decimal): -1411172 or 10254314. OLE color: 10254314.

HSL color Cylindrical-coordinate representation of color #EA779C: hue angle of 340.7º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA779C is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234119156-
CMYK00.490.330.08
HSL340.7º73.25%69.22%-
HSV(B)340.7º49.15%91.76%-
XYZ46.5333.0935.39-
YUV157.6127.1182.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=45.97%
G=23.38%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411915600.490.330.08340.773.2569.22
HexEA779C0312181554945
Octal3521672340614110525111105
Binary111010101110111100111000110001100001100010101010110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA779C; }

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

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

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

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

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

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

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

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