#ED7C94

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

Shades of Carissma #ED7C94

Tints of Carissma #ED7C94

Color information

#ED7C94 (or 0xED7C94) is unknown color: approx Carissma. HEX triplet: ED, 7C and 94. RGB value is (237,124,148). Sum of RGB (Red+Green+Blue) = 237+124+148=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7C94 is #12836B. Grayscale: #A0A0A0. Windows color (decimal): -1213292 or 9731309. OLE color: 9731309.

HSL color Cylindrical-coordinate representation of color #ED7C94: hue angle of 347.26º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7C94 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237124148-
CMYK00.480.380.07
HSL347.26º75.84%70.78%-
HSV(B)347.26º47.68%92.94%-
XYZ47.4834.5632.18-
YUV160.52120.94182.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=46.56%
G=24.36%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712414800.480.380.07347.2675.8470.78
HexED7C9403026715b4c47
Octal355174224060467533114107
Binary11101101111110010010100011000010011011110101101110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7C94; }

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

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

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

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

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

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

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

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