#ed7794

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

Shades of Carissma #ED7794

Tints of Carissma #ED7794

Color information

#ED7794 (or 0xED7794) is unknown color: approx Carissma. HEX triplet: ED, 77 and 94. RGB value is (237,119,148). Sum of RGB (Red+Green+Blue) = 237+119+148=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7794 is #12886B. Grayscale: #9D9D9D. Windows color (decimal): -1214572 or 9730029. OLE color: 9730029.

HSL color Cylindrical-coordinate representation of color #ED7794: hue angle of 345.25º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7794 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237119148-
CMYK00.500.380.07
HSL345.25º76.62%69.8%-
HSV(B)345.25º49.79%92.94%-
XYZ46.8733.3431.98-
YUV157.59122.59184.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 119 (46.88% from 255) = 23.61%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=47.02%
G=23.61%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711914800.500.380.07345.2576.6269.8
HexED77940322671594d46
Octal355167224062467531115106
Binary11101101111011110010100011001010011011110101100110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed7794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed7794; }

 p { color: rgb(237,119,148); }

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

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

 a { background-color: rgb(237,119,148); }

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

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

 span { border-color: rgb(237,119,148); }

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